@font-face {
    font-family: 'OpenSans';
    src: url('fonts/opensans-regular.eot');
    src: url('fonts/opensans-regular.eot?#iefix') format('embedded-opentype'),
         url('fonts/opensans-regular.ttf') format('truetype'),
         url('fonts/opensans-regular.woff') format('woff'),
         url('fonts/opensans-regular.svg#opensans-regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'OpenSans-SemiBold';
    src: url('fonts/opensans-semibold.eot');
    src: url('fonts/opensans-semibold.eot?#iefix') format('embedded-opentype'),
         url('fonts/opensans-semibold.ttf') format('truetype'),
         url('fonts/opensans-semibold.woff') format('woff'),
         url('fonts/opensans-semibold.svg#open_sanssemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Existence';
    src: url('fonts/existence-light.eot');
    src: url('fonts/existence-light.eot?#iefix') format('embedded-opentype'),
         url('fonts/existence-light.ttf') format('truetype'),
         url('fonts/existence-light.woff') format('woff'),
         url('fonts/existence-light.svg#existencelight') format('svg');
    font-weight: normal;
    font-style: normal;
}
html, body {
	min-height: 100%;
	width: 100%;
	min-max-width: 1200px;
	background-color: #f15748;
	font-family: 'OpenSans';
	color: #585858;
	font-size: 17px;
}
@media (min-width: 1201px) {
	body { overflow-x: hidden; } }
	

body {
  scrollbar-base-color: #b2b2b2;
  scrollbar-3dlight-color: #1da1e2;
  scrollbar-highlight-color: #b2b2b2;
  scrollbar-track-color: #EBEBEB;
  scrollbar-arrow-color: black;
  scrollbar-shadow-color: #C0C0C0;
  scrollbar-dark-shadow-color: #C0C0C0;
}
a, a:active, a:focus, a:visited {
	outline: none;
	border: none;
	-webkit-transition: all 250ms linear; -moz-transition: all 250ms linear; -ms-transition: all 250ms linear; -o-transition: all 250ms linear; transition: all 250ms linear;	
}
a, a img {
	color: #6b293d;	
	text-decoration: none;
	outline: none;
	border: none;
}
@media (min-width: 1201px) {
	a:hover { color: #000; } }
	
img:not(.iS-Bg) {
	max-width: 100%;
}
::-webkit-scrollbar {
    width: 4px;
}
::-webkit-scrollbar-track {
    -webkit-box-shadow: #1da1e2; 
    -webkit-border-radius: 10px;
    border-radius: 10px;
	background: rgba(255,255,255,0.3);
}
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
	background-color: #000;
    -webkit-box-shadow: none; 
}
::-webkit-scrollbar-thumb:window-inactive {
	background: #1da1e2; 
}
::-moz-selection {
    background: #b2b2b2;
	color: #fff;
    text-shadow: none;
}
::selection {
    text-shadow: none;
    background: #b2b2b2;
	color: #fff;
}
.iS {
	background-color: #f6f6f6;
	height: 350px;	
}
#googlemap {
	height: 350px;	
}
.home .iS { height: 400px; z-index: 0; }

	@media (min-width: 1367px) {
		.iS, #googlemap { height: 395px; } 
		.home .iS { height: 475px; } }
		
.iS-Loading {
	background-color: #fff;
	z-index: 2;
}
.iS-Loadingboxtitle {
    font-size: 0.85em;
    font-weight: normal;
    text-transform: uppercase;
}
.iS-Loading .loader {
  animation: loader 5s cubic-bezier(.8,0,.2,1) infinite;
  height: 40px;
  width: 41px;
  position: relative;
  margin: 15px auto 0;
}
@-webkit-keyframes loader {
  90% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(180deg); }
}
@-moz-keyframes loader {
  90% { -moz-transform: rotate(0deg); }
  100% { -moz-transform: rotate(180deg); }
}
@-ms-keyframes loader {
  90% { -ms-transform: rotate(0deg); }
  100% { -ms-transform: rotate(180deg); }
}
@-o-keyframes loader {
  90% { -o-transform: rotate(0deg); }
  100% { -o-transform: rotate(180deg); }
}
@keyframes loader {
  90% { transform: rotate(0deg); }
  100% { transform: rotate(180deg); }
}
.iS-Loading .top {
  -webkit-animation: top 5s linear infinite;
  -moz-animation: top 5s linear infinite;
  -ms-animation: top 5s linear infinite;
  -o-animation: top 5s linear infinite;
  animation: top 5s linear infinite;
  border-top: 20px solid #b2b2b2;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  height: 0px;
  width: 1px;
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}
@-webkit-keyframes top {
  90% { -webkit-transform: scale(0); }
  100% { -webkit-transform: scale(0);}
}
@-moz-keyframes top {
  90% { -moz-transform: scale(0); }
  100% { -moz-transform: scale(0);}
}
@-ms-keyframes top {
  90% { -ms-transform: scale(0); }
  100% { -ms-transform: scale(0);}
}
@-o-keyframes top {
  90% { -o-transform: scale(0); }
  100% { -o-transform: scale(0);}
}
@keyframes top {
  90% { transform: scale(0); }
  100% { transform: scale(0);}
}
.iS-Loading .bottom {
  -webkit-animation: bottom 5s linear infinite;
  -moz-animation: bottom 5s linear infinite;
  -ms-animation: bottom 5s linear infinite;
  -o-animation: bottom 5s linear infinite;
  animation: bottom 5s linear infinite;
  border-right: 20px solid transparent;
  border-bottom: 20px solid #b2b2b2;
  border-left: 20px solid transparent;
  height: 0px;
  width: 1px;
  -webkit-transform: scale(0);
  -webkit-transform-origin: 50% 100%;
  -moz-transform: scale(0);
  -moz-transform-origin: 50% 100%;
  -ms-transform: scale(0);
  -ms-transform-origin: 50% 100%;
  -o-transform: scale(0);
  -o-transform-origin: 50% 100%;
  transform: scale(0);
  transform-origin: 50% 100%;
}
@-webkit-keyframes bottom {
  10% { -webkit-transform: scale(0); }
  90% { -webkit-transform: scale(1); }
  100% { -webkit-transform: scale(1); }
}
@-moz-keyframes bottom {
  10% { -moz-transform: scale(0); }
  90% { -moz-transform: scale(1); }
  100% { -moz-transform: scale(1); }
}
@-ms-keyframes bottom {
  10% { -ms-transform: scale(0); }
  90% { -ms-transform: scale(1); }
  100% { -ms-transform: scale(1); }
}
@-o-keyframes bottom {
  10% { -o-transform: scale(0); }
  90% { -o-transform: scale(1); }
  100% { -o-transform: scale(1); }
}
@keyframes bottom {
  10% { transform: scale(0); }
  90% { transform: scale(1); }
  100% { transform: scale(1); }
}
.iS-Loading .line {
  animation: line 5s linear infinite;
  border-left: 1px dotted #b2b2b2;
  height: 0px;
  width: 0px;
  position: absolute;
  top: 20px;
  left: 20px;
}
@-webkit-keyframes line {
  10% { height: 20px; }
  100% { height: 20px; }
}
@-moz-keyframes line {
  10% { height: 20px; }
  100% { height: 20px; }
}
@-ms-keyframes line {
  10% { height: 20px; }
  100% { height: 20px; }
}
@-o-keyframes line {
  10% { height: 20px; }
  100% { height: 20px; }
}
@keyframes line {
  10% { height: 20px; }
  100% { height: 20px; }
}

h1, h2, h3, h4, h5 {
	font-weight: normal;
	line-height: 1em;
	text-transform: uppercase;
	display: inline-block;
}
.padl {
	padding-left: 35px;
}
.padls {
	padding-left: 20px;
}
.padr {
	padding-right: 35px;
}
.padrs {
	padding-right: 20px;
}
.marl {
	margin-left: 30px !important;
}
.marls {
	margin-left: 15px !important;
}
.marr {
	margin-right: 30px !important;
}
.marrs {
	margin-right: 15px !important;
}
.mart {
	margin-top: 20px;
}
.marb {
	margin-bottom: 20px;
}
.marbx2 {
	margin-bottom: 40px;
}
.no-pad {
	padding: 0 !important;	
}
.no-mar {
	margin: 0 !important;
}
#ResponseBoxOverlay {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99998;
}
#ResponseBox {
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
}
#ResponseBoxOverlay.show {
	display: block;	
}
@media (max-width: 1200px) {
	#ResponseBoxOverlay.show { cursor: pointer;	} }
	
#ResponseBox.show {
	display: table;
}
#ResponseBox td {
    text-align: center;
    vertical-align: middle;
}
#ResponseBox td > div {
	background: #FFF;
	width: 500px;
	padding: 30px;
	margin: 0 auto;
	text-align: right;
	position: relative;
}
#ResponseBox td div div:not(.bouton) {
	text-align: left;
	margin-bottom: 20px;
}
#ResponseBox .title {
    font-family: 'OpenSans-SemiBold';
    font-size: 1.5em;
    text-transform: uppercase;
}
#ResponseBox .content-bouton {
	display: inline-block;
	position: relative;
}
#ResponseBox .bouton {
	background-color: #6b293d;
    bottom: -18px;
    position: absolute;
    right: 30px;
	color: #fff;
	font-size: 0.9em;
	display: inline-block;
	line-height: 1em;
	text-transform: uppercase;
	padding: 12px 25px 12px;
	cursor: pointer; 
	-webkit-transition: all 250ms linear;
	-moz-transition: all 250ms linear;
	-ms-transition: all 250ms linear;
	-o-transition: all 250ms linear;
	transition: all 250ms linear;
}
	@media (min-width: 1201px) {
		#ResponseBox .bouton:hover { color: #757575 !important; background-color: #ffd353 !important; } }
.content {
	width: 960px;	
	position: relative;
	margin: 0 auto;
}
header {
	font-family: 'Existence';
	background: #ffd353;
	position: relative;
}
@media (max-width: 1200px) {
	header { margin-bottom: -1px; } }
	
header:after {
    background: none repeat scroll 0 0 #fff;
    bottom: 0;
    content: "";
    display: block;
    height: 23px;
    right: 0;
    position: absolute;
    width: calc(50% - 480px);
}
@media (max-width: 1200px) {
	header:after { width: calc(50% - 479px); } }

header .content {
	padding-top: 45px; padding-bottom: 10px;
	background-image: url(img/header.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
header .logo {
	margin: 0 0 0 45px;
}
header .logo h1, header .logo p {
	text-transform: uppercase;
	display: block;	
	color: #6b293d;
	font-size: 0.7835294117647059em !important;
	margin: 5px 0 0 15px !important;
	line-height: 1em !important;
}
#menu {
	font-family: 'Existence';
	text-align: center;
	background-color: #fff;
	position: relative;
	z-index: 9000;
}
@media (max-width: 1200px) {
	#menu { margin-bottom: -1px } }	

#menu nav .main { display: inline-block; position: relative; margin-left: 50px; }

@media (min-width: 1201px) {
	#menu nav .main a { border-bottom: 1px solid #fff; }
	#menu nav .main a:hover { border-bottom: 1px solid #000; } }
	
#menu nav .main:first-child { margin-left: 0; }
#menu nav .main > a { margin: 25px 0; display: inline-block; font-size: 1.176470588235294em; text-transform: uppercase; }
#menu nav .main > a.active { font-weight: bold; }
#menu nav .main .sub { text-align: left; position: absolute; z-index: 10; top: 100%; left: 0; width: 200px; opacity: 1; visibility: visible; display: block; }
#menu nav .main .sub a { font-size: 1.058823529411765em; background: #fff; display: block; font-size: 1.05882em; margin-top: 1px; padding: 5px 10px; border: none !important; -webkit-transition: all 250ms linear; -moz-transition: all 250ms linear; -ms-transition: all 250ms linear; -o-transition: all 250ms linear; transition: all 250ms linear; }
body > #menu nav .main .sub a.active { background: #6b293d; color: #fff; }
@media (min-width: 1201px) {
	#menu nav .main .sub a:hover { background: #6b293d; color: #fff; }
}
footer {
    padding-top: 20px;
    padding-bottom: 30px;
	background: #f15748;
	color: #fff; 
	font-family: 'Existence'; 
}
footer a {
	color: #fff;	
}
@media (min-width: 1201px) {
	footer a:hover { color: #6b293d !important; }
	footer a[href="#"]:hover { color: #fff !important; } }

footer a.active { font-weight: bold; color: #fff !important; }
	
footer nav .main {
    display: inline-block;
	vertical-align: top;
	margin-left: 30px;
	margin-top: 15px;
}
footer nav .main > a { 
	font-size: 0.7935294117647059em;
    text-transform: uppercase;
}
footer nav .main .sub {
	display: block !important;
	visibility: visible;	
}
footer nav .sub > a {
	display: block;	
	opacity: 0.7;
	font-size: 0.7935294117647059em;
}
footer nav .sub > a:before {
	content: "- ";
}
footer nav .sub > a.active {
	opacity: 1;	
}
@media (min-width: 1201px) {
	footer nav .sub > a:hover {	opacity: 1;	} }
	
footer .plan .content {
    max-width: 960px;
    width: 100%;
}

.reseaux:before {
	content: 'Rejoignez-nous : ';
	font-size: 0.7935294117647059em;
	opacity: 0.7;
	vertical-align: text-top;
}
.reseaux a {
	display: inline-block;
	margin-left: 5px;
	font-size: 0.8em;
	color: #fff;
	-webkit-transition: all 250ms linear;
	-moz-transition: all 250ms linear;
	-ms-transition: all 250ms linear;
	-o-transition: all 250ms linear;
	transition: all 250ms linear;
}
.reseaux a#mentions {
	font-size: 0.7em;
	display: block;
}
address {
	font-style: normal;
	font-size: 0.9em;	
	margin-top: 20px;
}
.contact h1 { 
	margin-bottom: 20px; 
}
#frmcontact .col {
	vertical-align: top;
	margin: 0;
}
#frmcontact input, #frmcontact textarea {
	font-family: "OpenSans";
    color: #000;
    font-size: 0.8em;
}
#frmcontact input, #sendmessage {
    background: #e9e9e9;
    border: medium none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    box-shadow: none !important;
    height: 38px;
    margin: 0 0 10px;
    outline: none !important;
    padding: 0 40px;
    width: 100%;
}
#frmcontact .custom-select {
    background: #e9e9e9;
    height: 38px;
    margin: 0 0 10px;
    width: 100%;
	position: relative;
}

#frmcontact .custom-select span {
	display: block;
	width: 40px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	background: url("img/custom-select.png") no-repeat scroll center center #e9e9e9;
	z-index: 2;
}
#frmcontact .custom-select span:after {
	content: url(img/custom-select-hover.png);
	display: block;
	width: 40px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
    background: #e9e9e9;
	opacity: 0;
	-webkit-transition: all 250ms linear; -moz-transition: all 250ms linear; -ms-transition: all 250ms linear; -o-transition: all 250ms linear; transition: all 250ms linear;
	z-index: 2;
}
@media (min-width: 1201px) {
	#frmcontact .custom-select:hover span:after { opacity: 1; } }
	
#frmcontact .custom-select select {
	position: relative;
	z-index: 1;
	cursor: pointer;
	font-family: "Existence"; 
    font-size: 0.8em;
    padding: 0 0 0 40px;
	width: 100%;
	height: 100%;	
	border: none;
	background-color: transparent;
	text-transform: uppercase;
    outline: none !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    box-shadow: none !important;
}
#frmcontact .custom-select select option {
    padding: 5px 40px;
	display: block;
	background-color: #e9e9e9;
}
#frmcontact input[type=submit], #sendmessage {
	font-family: "Existence"; 
    margin-top: 10px;
    text-align: left;
	text-transform: uppercase;
	-webkit-transition: all 250ms linear; -moz-transition: all 250ms linear; -ms-transition: all 250ms linear; -o-transition: all 250ms linear; transition: all 250ms linear;
}
@media (min-width: 1201px) {
	#frmcontact input[type=submit]:hover, #sendmessage:hover { background: #ffd353; color: #6b293d; } }

/* ************************************** RECAPTCHA ************************************** */
.grecaptcha-badge {
    display: none;
}

#frmcontact textarea {
    padding: 0 10px;
    background: #e9e9e9;
    border: medium none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    box-shadow: none !important;
    height: 140px;
    margin: 0;
    outline: none !important;
    padding: 10px 40px;
    width: 100%;
}
#frmcontact textarea::-webkit-input-placeholder, #frmcontact input::-webkit-input-placeholder { opacity: 1; color: #000; text-transform: uppercase; font-family: "Existence"; }
#frmcontact textarea::-moz-placeholder, #frmcontact input::-moz-placeholder { opacity: 1; color: #000; text-transform: uppercase; font-family: "Existence"; } /* firefox 19+ */
#frmcontact textarea:-ms-input-placeholder, #frmcontact input:-ms-input-placeholder { opacity: 1; color: #000; text-transform: uppercase; font-family: "Existence"; } /* ie */
#frmcontact textarea:-moz-placeholder, #frmcontact input:-moz-placeholder { opacity: 1; color: #000; text-transform: uppercase; font-family: "Existence"; }

#frmcontact .content-bouton:before {
    bottom: -10%;
}
#frmcontact .content-bouton {
	display: block;
}

#frmcontact .cconsent input {
	width: 15px;
	height: 15px;
	margin-top: 0px;
	margin-right: 6px;
}
#frmcontact .cconsent, #frmcontact .cconsent * {
	font-size: 13px;
	line-height: 13px;
}	
main { background-color: #fff; }

.home main { background: #6b293d; position: relative; z-index: 2; }
main > .content { padding: 50px 25px; color: #000 }
.home main > .content { padding: 0; background: none; color: inherit; }
.agenda main > .content { padding: 50px 0; }
body:not(.home) main > .content a { color: #000; text-decoration: underline; }
body:not(.home) main > .content p { font-size: 0.87em; line-height: 1.3em; }

.col {
	float: left;	
}
.home main .col {
	margin-top: -80px;	
}
#infos-complementaires .col {
	margin-top: 25px;	
}
.col-x1 {
	width: 300px;
}
.col-x2 {
	width: 50%;	
}
.agenda .col-x23 .col-x1 {
	width: 275px;
	margin: 0;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 30px;
}
.agenda.archives .col-full .col-x1 {
	margin: 0;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 30px;
}
.col.infos {
	float: right;
	text-align: right;
	margin-top: 15px;
}
.home .col-x1 div div, #infos-complementaires .col-x1 div div {
	position: relative;
	z-index: 1;	
}

.home .col-x1 .top:after, #infos-complementaires .col-x1 .top:after {
	content: "";	
	position: absolute;
	bottom: 0;
	left: 0;
	height: 0;
	width: 0;
	border-style: solid;
	border-width: 0 0 18px 300px;
	border-color: transparent transparent #fff transparent;
}
@media (max-width: 1200px) {
	.home .col-x1 .top, #infos-complementaires .col-x1 .top { margin-bottom: -1px } }
		
.home .col-x1 .middle:after, #infos-complementaires .col-x1 .middle:after {
	content: "";	
	position: relative;
	height: 0;
	width: 0;
	border-style: solid;
	border-width: 18px 300px 0 0;
	border-color: #fff transparent transparent transparent;
	display: block;
	margin-bottom: -15px;
}
@media (max-width: 1200px) {
	.home .col-x1 .middle:after, #infos-complementaires .col-x1 .middle:after { margin-top: 0 } }
	
.home .col-x1 .bottom:before, #infos-complementaires .col-x1 .bottom:before {
	content: "";	
	position: relative;
	height: 0;
	width: 0;
	border-style: solid;
	border-width: 0 0 18px 300px;
	border-color: transparent transparent #fff transparent;
	display: block;
}
@media (max-width: 1200px) {
	.home .col-x1 .bottom:before, #infos-complementaires .col-x1 .bottom:before { margin-bottom: -1px } }
	
.home .col-x1 .middle h2, .home .col-x1 .middle p, .home .col-x1 .bottom div, #infos-complementaires .col-x1 .middle h2, #infos-complementaires .col-x1 .middle p, #infos-complementaires .col-x1 .bottom div{
	display: block;
	background: #fff;
	margin: 0;
}

.home .col-x1 .middle h2, #infos-complementaires .col-x1 .middle h2 {
	color: #6b293d;
	font-family: 'Existence';		
	font-size: 2.2em;
	padding: 15px 20px;
	text-decoration: underline;	
}
.home .col-x1 .middle h2 span, #infos-complementaires .col-x1 .middle h2 span {
    font-size: 1.203208556149733em;
    font-weight: bold;
}
.home .col-x1 .middle p, #infos-complementaires .col-x1 .middle p {
	padding: 15px 20px;
	height: 130px;
	overflow: hidden;
	font-size: 0.85em;
	line-height: 1.1em;	
}
.home .col-x1 #bloc-2 .middle p, #infos-complementaires .col-x1 #bloc-2 .middle p {
    height: 130px;
    line-height: 1.5em;
}
@media (max-width: 1200px) {
	.home .col-x1 .middle > *, #infos-complementaires .col-x1 .middle > * { margin-bottom: -1px !important } }	
	
.home .col-x1 .bottom div, #infos-complementaires .col-x1 .bottom div {
	height: 25px;
	position: relative;
}
.home .col-x1 .bottom div a, #infos-complementaires .col-x1 .bottom div a {
	bottom: 13px;
	position: absolute;
	right: 35px;
	font-size: 0.85em;
	color: #a3a3a3;
	line-height: 1em;
}
.home .col-x1 .bottom div a:hover, #infos-complementaires .col-x1 .bottom div a:hover {
	color: #6b293d;
}
.home .col-x1 .bottom div a span, #infos-complementaires .col-x1 .bottom div a span {
	content: "+";
	color: #6b293d;
	font-family: 'Existence';
	font-size: 3em;
	margin-left: 3px;
	position: absolute;
	bottom: 5px;
	left: 100%;
	-webkit-transition: all 250ms linear; -moz-transition: all 250ms linear; -ms-transition: all 250ms linear; -o-transition: all 250ms linear; transition: all 250ms linear;
}
.home .col-x1 .bottom div a:hover span, #infos-complementaires .col-x1 .bottom div a:hover span {
	color: #a3a3a3;
}
#message { 	
	height: 115px;
	background: #6b293d;
	position: relative;
}
.contact a.button, .agenda a.button {
	display: inline-block;
	margin-top: 15px;
	width: 150px;
	height:	 25px;
	color: #fff !important;
	background: #6b293d;
	text-align: center;
	text-decoration: none !important;
	-webkit-transition: all 250ms linear; -moz-transition: all 250ms linear; -ms-transition: all 250ms linear; -o-transition: all 250ms linear; transition: all 250ms linear;
}
.contact a.button:hover, .agenda a.button:hover {
	color: #6b293d !important;
	background: #e1e1e1;
}
.contact a.button span, .agenda a.button span {
	line-height: 25px;
	color: inherit !important; 
	text-transform: uppercase;
	font-size: 0.8em;
}
#archives a.button {
    display: block;
    height: 35px;
    line-height: 35px;
    margin: 0 auto;
    width: 300px;
}
.contact #message:before {
    border-color: transparent transparent #6b293d;
    border-style: solid;
    border-width: 0 0 45px 100vw;
    content: "";
    display: block;
    height: 0;
    position: absolute;
	bottom: 100%;
	left: 0;
    width: 0;
}
@media (max-width: 1200px) {
	.contact #message:before { bottom: 99.7%; }
	#message { margin-top: -1px } }

#message .content {
    height: 100%;
	background-image: url(img/footer.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#message .content p {
	position: absolute;
	bottom: 15px;
	left: 0;
	color: #f15748;	
	text-transform: uppercase;
	font-family: 'Existence';
	font-size: 0.7835294117647059em;
}
body:not(.home) h1, body:not(.home) h2 {
	font-family: 'Existence';
	margin-bottom: 25px;
}
body:not(.home) h1 {
	font-size: 2.176470588235294em;
}
.actions h1 {
	max-width: 600px;	
}
body:not(.home) main h1, body:not(.home) main h2 {
	color: #6b293d
}
body:not(.home) h2 {
	font-size: 1.647058823529412em;
	line-height: 1.2em;
}
.font-variant {
	font-family: 'Existence';
	font-size: 1.05em !important;
	line-height: 1.5em !important;
}
#bureau {
	background: #6b293d;
	position: relative;
	color: #fff;
	margin-top: 35px;
}
#bureau:before {
    border-color: transparent transparent #6b293d;
    border-style: solid;
    border-width: 0 0 45px 100vw;
    bottom: 100%;
    content: "";
    display: block;
    height: 0;
    left: 0;
    position: absolute;
    width: 0;
}
@media (max-width: 1200px) {
	#bureau:before { bottom: 99.7%; } }
	
#bureau h2 {
	color: #fff;
}
#bureau .col:first-child {
	width: 59.5%;	
}
#bureau .col:first-child p {
	margin-bottom: 25px;
	font-size: 0.8823529411764706em !important;
}
#bureau .col:last-child {
	width: 40.5%;	
}
#bureau .col:last-child .iS {
	height: 162px;
	margin-bottom: 50px;
	font-size: 0.7em;
}
#bureau .col:last-child p {
	font-family: 'Existence';
	font-size: 1.058823529411765em !important;
}
#bureau .col:last-child p .tel {
	font-size: 1.2em;
}

.with-icon-purple, .with-icon-white {
    display: block;
    margin-left: 34px;
    margin-top: 25px;
    position: relative;
}
.with-icon-purple:before {
	content: url(img/icon-purple.png);
    margin-left: -34px;
    margin-right: 10px;
}
.with-icon-white:before {
	content: url(img/icon-white.png);
    margin-left: -34px;
    margin-right: 10px;
}
.separateur {
	border-top: 1px solid #989898;
	width: 160px;
	margin: 25px auto;	
}
.image-texte {
	position: relative;	
}
.image-texte .left {
    float: left;
    margin-right: 35px;
	width: 250px;
}
.image-texte .right {
    float: right;
    width: 625px;
    margin-bottom: 40px;
}
.texte .right {
    margin-left: 35px;
}
.actions .links {
    float: right;
	margin-top: -1px;
	height: 35px;
}
.actions .links-bottom {
	position: absolute;
	bottom: 0;
	left: 285px;
	height: 35px;
}
.actions a.bouton {
	display: inline-block;
	height: 35px;
	width: 124px;
	margin-right: 10px;
	position: relative;
}
.actions a.bouton:after {
	opacity: 0;
	-webkit-transition: all 250ms linear; -moz-transition: all 250ms linear; -ms-transition: all 250ms linear; -o-transition: all 250ms linear; transition: all 250ms linear;
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}
.actions a.bouton.ensavoirplus:before {
	content: url(img/en-savoir-plus.jpg);
}
.actions a.bouton.ensavoirplus:after {
	content: url(img/en-savoir-plus-hover.jpg);
}
.actions a.bouton.download:before {
	content: url(img/telecharger.jpg);
}
.actions a.bouton.download:after {
	content: url(img/telecharger-hover.jpg);
}
@media (min-width: 1201px) {
	.actions a.bouton:hover:after { opacity: 1 } }

.actions .links a:last-child, .actions .links-bottom a:last-child {
	margin-right: 0;
}
.actions article:before {
	content: "";
	display: block;
	border-top: 1px solid #989898;
    margin: 30px auto;
    width: 160px;
}
article:last-child {
	margin-bottom: 35px;
}
.agenda .liste-blocs {
	padding: 15px 0 35px;
}
.agenda .col-x23 .liste-blocs, .agenda.archives .liste-blocs {
	margin-left: -15px;
	margin-right: -15px;
}
.multi-column {
	-webkit-column-count: 2; 
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 25px;
    -moz-column-gap: 25px;
    column-gap: 25px;
}
.multi-column p:not(.font-variant) strong {
    font-family: "OpenSans-SemiBold";
    font-weight: normal;
    text-transform: uppercase;
}
#infos-complementaires { 	
	background: #6b293d;
	position: relative;
}
@media (max-width: 1200px) {
	#infos-complementaires { margin-top: -1px } }

#infos-complementaires:before {
    border-color: transparent transparent #6b293d;
    border-style: solid;
    border-width: 0 0 45px 100vw;
    content: "";
    display: block;
    height: 0;
    position: absolute;
	bottom: 100%;
	left: 0;
    width: 0;
}
@media (max-width: 1200px) {
	#infos-complementaires:before { bottom: 99.7%; } }

#infos-complementaires .col-x1:nth-child(2), .home .col-x1:nth-child(2) {
	margin-left: 30px;	
	margin-right: 30px;	
}
.contact-bloc:after {
	content: "";
	display: block;
	border-top: 1px solid #989898;
    margin: 40px auto;
    width: 160px;
	clear: both;
}
.contact-bloc:last-child {
	margin-bottom: 20px;	
}
.contact-bloc:last-child:after {
	display: none;
}
.contact-bloc .texte {
	margin: 0 25px 0 35px;
}
.contact-bloc .texte img {
	margin: 5px 0 10px 0;
}
.contact-bloc .texte .tel {
	font-size: 1.2em;
}
.with-after:after {
    background: none repeat scroll 0 0 #989898;
    content: "";
    display: block;
    height: 1px;
    margin: 25px 0 0;
    width: 160px;
}
.agenda .liste-blocs article {
	margin-bottom: 25px;
}
.agenda .liste-blocs .galerie {
	position: relative;	
}
.agenda .liste-blocs .galerie:after {
    border-style: solid;
    border-width: 0 0 18px 300px;
    bottom: -1px;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    width: 0;
}
.agenda .col-x23 .liste-blocs .galerie:after {
    border-width: 0 0 18px 275px;
}
@media (width: 1200px) {
	.agenda .liste-blocs .galerie:after { bottom: -1px } }
	
.agenda .liste-blocs .color0 .contenu {
	background: #ccc;
}
.agenda .liste-blocs .color0 .galerie:after {
    border-color: transparent transparent #ccc;
}
.agenda .liste-blocs .color0 h3, .agenda .liste-blocs .color0 h4 {
	color: #000;
}
.agenda .liste-blocs .color0 .galerie:after {
    border-color: transparent transparent #ccc;
}
.agenda .liste-blocs .color1 .contenu {
	background: #ffcf31;
}
.agenda .liste-blocs .color1 .galerie:after {
    border-color: transparent transparent #ffcf31;
}
.agenda .liste-blocs .color2 .contenu {
	background: #f89c29;
}
.agenda .liste-blocs .color2 .galerie:after {
    border-color: transparent transparent #f89c29;
}
.agenda .liste-blocs .color3 .contenu {
	background: #f27279;
}
.agenda .liste-blocs .color3 .galerie:after {
    border-color: transparent transparent #f27279;
}
.agenda .liste-blocs .color4 .contenu {
	background: #f15748;
}
.agenda .liste-blocs .color4 .galerie:after {
    border-color: transparent transparent #f15748;
}
.agenda .liste-blocs .contenu {
	padding: 20px 25px 30px;
}
.agenda .liste-blocs article h3 {
	font-family: 'Existence';
	font-size: 2em;
	line-height: 1em;
	color: #fff;
	display: block;
}
.agenda .liste-blocs article h3 span {
	font-size: 0.5434782608695652em;
	line-height: 1.1em;
}
.agenda .liste-blocs article h3 span:not(.inline) {
	display: block;
}
.agenda .liste-blocs article h3 span.small {
	font-size: 0.45em;
}
.agenda .liste-blocs article h4 {
    color: #fff;
    font-family: "Existence";
    font-size: 25px;
    line-height: 1.1em;
	margin: 10px 0 0;
}
.agenda .liste-blocs article p {
	margin-top: 25px;
}
#manifestations:before {
    background: none repeat scroll 0 0 #989898;
    content: "";
    display: block;
    height: 1px;
    margin: 50px auto 30px;
    width: 160px;
}
#manifestations article {
	clear: both;
	margin-bottom: 25px;
}
#manifestations .galerie {
    width: 299px;
	float: left;
	margin-right: 30px;
}
#manifestations .contenu {
    width: 580px;
	float: left;
}
#manifestations .contenu h4 {
	font-family: 'Existence';
	font-size: 1.6em;
	color: #6b293d;
	margin: 0 0 15px 0;
}


/* EDITORIAL */
.editorial h1 {
	text-transform: none;	
	font-size: 30px !important;
}
.multi-col {
	margin-bottom: 40px;	
}
.multi-col .col {
	float: left;
	position: relative;
}
.multi-col .col.nofloat {
	float: none;	
}
.multi-col .col-x13 {
	width: 300px;
	margin-right: 30px;
}
.editorial .multi-col .col-x13 {
	padding-top: 5px;
}
.multi-col .col-x12 {
	width: 440px;
	margin-right: 30px;
}
.multi-col .col-x12:last-child {
	margin-right: 0;
}
.multi-col .col-x23 {
	width: 580px;
}
.editorial .multi-col .col-x23 p {
	margin-bottom: 25px;
}
.editorial .multi-col .col-x23 p:last-child {
	color: #6b293d;
	text-transform: uppercase;
}
#small-galerie {
	height: 353px;
	margin-bottom: 40px;
}
#small-galerie .iS-Dots {
	bottom: 15px;
	right: 15px;
	left: auto;	
	text-align: right;
}
#small-galerie .iS-Dot {
    background-color: #6b293d;
    box-shadow: none;
    color: #fff;
    border: none;
    border-radius: 50%;
    font-size: 15px;
    height: 26px;
    width: 26px;
    line-height: 26px;
    margin: 0 0 0 5px;
    z-index: 3;
}
#small-galerie .iS-Dot:hover, #small-galerie .iS-Dot.iS-Dotactive {
    background-color: #ffd353;
    color: #000;
}
.cols-nb2 {
    -moz-column-count: 2;
    -moz-column-gap: 30px;
	-webkit-column-count: 2;
	-webkit-column-gap: 30px;
    column-count: 2;	
    column-gap: 30px;
	margin-bottom: 25px;	
}
.cols-nb2 p.font-variant {
	margin-bottom: 45px;	
}
.cols-nb2 p strong {
	text-transform: uppercase;	
}
.masindray .cols-nb2 p.font-variant {
	margin-bottom: 25px;
}
.masindray p.video {
	display: inline-block;
	margin: 0 0 25px;	
}
.actions .separateur, .projets .separateur {
	margin: 30px 0 45px;
}
.actions .remerciements, .projets .remerciements {
	padding-right: 150px;
}
.actions .remerciements *, .projets .remerciements * {
	color: #585858;
	font-family: 'OpenSans';
	font-size: 15px;
}
.actions .remerciements h2, .projets .remerciements h2 {
	margin-bottom: 0;
}
.actions .remerciements h3, .projets .remerciements h3 {
	font-size: 15px;	
	margin-top: 30px;
	font-weight: bold;
}
.actions .remerciements p, .projets .remerciements p {
	padding-left: 8px;
	font-style: italic;
}
.agenda .evenements {
	margin-top: 45px;	
}
.agenda .evenements h3 {
	font-family: 'Existence';
	color: #6b293d;
	font-size: 22px;
}
.agenda .evenements > .col > h3 {
	font-weight: bold;	
}


/* Ajout hildegard */


.home .col-x1 .middle h2, #infos-complementaires .col-x1 .middle h2 {
	height: 70px;
	overflow: hidden;
}

#bloc-3 .blocDate, #infos-complementaires .col-x1 .middle p.blocDate{
	padding-top: 0;
	color: #6B293D;
	font-size: 0.9em;
	height: 49px;
	overflow: hidden;
}
#bloc-3 .blocDate span, #infos-complementaires .col-x1 .middle p.blocDate span{
	margin-left: 4px;
	margin-right: 4px;
}
#bloc-3 .blocDesc, #infos-complementaires .col-x1 .middle p.blocDesc{
	padding-top: 0;
	height: 81px;
	overflow: hidden;
}


/* ************************************** CNIL **************************************/
#tarteaucitronRoot {
	z-index: 100000! important;
	top: auto! important;
	bottom: 0! important;
	height: 40px! important;
	position: fixed! important;
}
#tarteaucitronAlertBig {
	background: #333;
	color: #fff;
	display: none;
	font-size: 15px !important;
	left: 0;
	position: fixed;
	box-sizing: content-box;
	z-index: 2147483645;
	text-align: center;
	padding: 10px 0 10px 0;
	margin: auto;
	width: 100%;
}

.cconsent {
	margin: 16px 0 0 0;
	
}
.cconsent span {
	margin: 1px 0 0 0;
	
}
.cconsent {
	display: flex;
	align-items: flex-start;
	
}

.cconsent input {
	display: inline-block;
	float: left;
	margin-right: 5px;
	line-height: unset important;
	height: auto;
	margin-top: 4px;
}

@media screen and (max-width:1920px) {

	.cconsent input {
		margin-top: 3px;
	}
	
}

@media screen and (max-width:1680px) {
	
	.cconsent, .cconsent span {
		line-height: 13px! important;
	}	
	.cconsent input {
		margin-top: 1px;
	}
	
}

@media screen and (max-width:1024px) {
	.cconsentbr {
		margin-bottom: 34px;
	}
}

@media screen and (max-width:768px) {
	#tarteaucitronAlertBig span {
	    margin: 8px 8px ;
	}	
	.cconsentbr {
		margin-bottom: 0;
	}
	.cconsent {
		position: relative;
		bottom: auto;
		line-height: 16px;
		margin: 14px 0 0 0;
	}
	.contact-form {
		height: auto;
		clear: both;
		display: block;
	}
	.contact-form:after {
		clear: both;
		display: block;
		content: '';
	}
}

@media screen and (max-width:767px) {
	.cconsent {
		margin: 16px 0 0 0;
	}
	
	.cconsent, .cconsent span {
		line-height: 15px! important;
		font-size: 13px;
	}

	.cconsent input {
		margin-top: 2px;
	}	
	
}
.tarteaucitronIconBottomRight {
	display: none !important;
}

/* ************************************** RECAPTCHA ************************************** */
.grecaptcha-badge {
    display: none;
}



.hamburger-close, .hamburger-close, .nav_mobile {
	display: none;
}

/* ************************************** HILDEGARD ************************************** */


body.mentions main h2 {
	margin-bottom: 0px;
}

.white {
	color: #f15748 !important;
}

.slick-list {
	height: 100%;
}
.slick-track {
	height: 100%;
}
/* Slider */
 .slick-slider {
     position: relative;
     display: block;
     box-sizing: border-box;
     -webkit-user-select: none;
     -moz-user-select: none;
     -ms-user-select: none;
     user-select: none;
     -webkit-touch-callout: none;
     -khtml-user-select: none;
     -ms-touch-action: pan-y;
     touch-action: pan-y;
     -webkit-tap-highlight-color: transparent;
}
 .slick-list {
     position: relative;
     display: block;
     overflow: hidden;
     margin: 0;
     padding: 0;
     z-index: 1;
}
 .slick-list:focus {
     outline: none;
}
 .slick-list.dragging {
     cursor: pointer;
     cursor: hand;
}
 .slick-slider .slick-track, .slick-slider .slick-list {
     -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
     -ms-transform: translate3d(0, 0, 0);
     -o-transform: translate3d(0, 0, 0);
     transform: translate3d(0, 0, 0);
}
 .slick-track {
     position: relative;
     top: 0;
     left: 0;
     display: block;
     margin-left: auto;
     margin-right: auto;
}
 .slick-track:before, .slick-track:after {
     display: table;
     content: '';
}
 .slick-track:after {
     clear: both;
}
 .slick-loading .slick-track {
     visibility: hidden;
}
 .slick-slide {
     display: none;
     float: left;
     height: 100%;
     min-height: 1px;
}
 [dir='rtl'] .slick-slide {
     float: right;
}
 .slick-slide img {
     display: block;
}
 .slick-slide.slick-loading img {
     display: none;
}
 .slick-slide.dragging img {
     pointer-events: none;
}
 .slick-initialized .slick-slide {
     display: block;
}
 .slick-loading .slick-slide {
     visibility: hidden;
}
 .slick-vertical .slick-slide {
     display: block;
     height: auto;
     border: 1px solid transparent;
}
 .slick-arrow.slick-hidden {
     display: none;
}
.slick-prev, .slick-next {
    background-color: transparent;
    position: absolute;
    margin: auto;
    top: 44%;
    width: 33px;
    height: 33px;
}
.slick-prev {
    left: 20px;
    right: auto;
    background: url("../img/bt_prev.png") no-repeat;
    background-size: 100%;
    z-index: 2;
}
.slick-next {
    right: 20px;
    left: auto;
    background: url("../img/bt_next.png") no-repeat;
    background-size: 100%;
    z-index: 2;
}
.slick-slider {
    opacity: 0;
    filter: alpha(opacity=0);	
}
.slick-slide {
	top: 0;
}


.slick-dots {
    position: absolute;
    bottom: -36px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    overflow: hidden;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 3px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button::before {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	width: 10px;
	height: 10px;
    content: '';
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@media screen and (max-width: 1660px) {		
	.slick-prev, .slick-next {
	    width: 29px;
	    height: 29px;
	}
	
	.slick-dots li button {
	    width: 16px;
	    height: 16px;
	
	}
	.slick-dots li {
	    width: 16px;
	    height: 16px;
	
	}
	.slick-dots {
	    bottom: -26px;
	}
	
}

.partenairesSliderContainer .slick-slide img {
	margin: 10px;
	display: block;
	width: calc(100% - 20px);
	height: calc(100% - 20px);
}
.partenairesSliderContainer {
	width: calc(100% + 20px);
	margin-left: -10px;
}

#faireundon {
	padding: 38px 0;
	background-color: #ffd454;
	color: #6c283d;
	margin-top: 44px;
}
#faireundon .content {
	display: flex;
	align-items: center;
}
#faireundon .content > * {
	display: inline-block;
	float: left;
}
#faireundon .content p {
	text-align: center;
}
#faireundon .content > div {
	width: 66%;
	text-align: left;
}
#faireundon .content > div p {
	text-align: left;
}
#faireundon .content > p {
	width: 33%;
}
#faireundon .bt {
	background-color: #fff;
	color: #6c283d;
	padding: 12px 32px;
	-webkit-box-shadow: 6px 6px 7px -6px rgba(241,87,72,0.55); 
	box-shadow: 6px 6px 7px -6px rgba(241,87,72,0.55);
}
.faireundon .bt {
	background-color: #ffd454;
	color: #6c283d;
	padding: 12px 32px;
}

.faireundon p {
	margin-top: 20px;
	display: block;
	margin-top: 0px;
}
#ResponseBox .title {
	color: #6c283d;
}
#faireundon .bt:hover, .faireundon .bt:hover {
	background-color: #6c283d;
	color: #fff;
}

.iS, #googlemap {
	height: 400px;
}

.home .iS {
	height: 475px;
}

@media screen and (max-width:1680px) {
	header .content {
		padding-top: 15px;
		padding-bottom: 10px;
	}
	#menu nav .main > a {
		margin: 10px 0;
		font-size: 1em;
	}
	.iS {
		height: 300px;
	}
	.home .iS {
		height: 390px;
	}
	main > .content {
		padding: 10px 25px 30px 25px;
	}	
	body:not(.home) h1 {
		font-size: 2em;
	}
	.agenda .liste-blocs article h4 {
		font-size: 22px;
		line-height: 1.2em;
	}
	.agenda .liste-blocs article p {
		margin-top: 20px;
	}
	
}



@media screen and (max-width:1024px) {
	
	.iS, #googlemap {
		height: 240px;
	}
	.home .iS {
		height: 330px;
	}

	body:not(.home) h1 {
		font-size: 2em;
	}
	.content {
		width: calc(100% - 66px);
		position: relative;
		margin: 0 auto;
	}
	main > .content {
		margin: 0 auto;
		padding: 10px 0px 30px 0px;
		color: #000;
	}
	.col-x1 {
		width: calc(33% - 18px);
	}
	.col-x1 .top:after, #infos-complementaires .col-x1 .top:after {
		border-width: 0 0 18px 300px;
		border-color: transparent transparent #fff transparent;
	}
	.home .col-x1 .bottom:before, #infos-complementaires .col-x1 .bottom:before {
		border-width: 0 0 18px 300px;
		border-color: transparent transparent #fff transparent;
	}
	.col-x1, #infos-complementaires .col-x1 {
		overflow: hidden;
	}
	#menu nav .main {
		margin-left: 50px;
	}
	.multi-col .col-x13 {
		width: calc(30% - 30px);
		margin-right: 30px;
	}
	.multi-col .col-x23 {
		width: 70%;
	}	
	.evenements .col-x1 {
		width: 100%;
		margin-right: 0;
	}	
	.agenda .col-x23 .col-x1 {
		width: calc(50% - 18px);
		margin-left: 9px;
		margin-right: 9px;
	}
	
	.agenda .col-x23 .col-x1 img {
		width: 100%;
	}
	.agenda.archives .col-full .col-x1 {
		width: calc(33% - 28px);
	}
	#manifestations .galerie {
		width: calc(36% - 30px);
		float: left;
		margin-right: 30px;
	}
	#manifestations .contenu {
		width: 64%;
		float: left;
	}	
	footer .plan .content {
		max-width: 960px;
		width: 100%;
	}
	footer nav .main {
		margin-left: 20px;
		margin-top: 15px;
	}
	header .logo {
		margin: 0 0 0 0;
	}
	header .logo h1, header .logo p {
		margin: 0 0 0 15px !important;
		line-height: 1em !important;
	}	
	.agenda.archives .col-full .col-x1 {
		width: calc(33% - 16px);
	}
	.agenda.archives .col-full .col-x1 {
		margin: 0;
		margin-left: 9px;
		margin-right: 9px;
		margin-bottom: 20px;
	}
	#faireundon .bt {
		background-color: #fff;
		color: #6c283d;
		padding: 10px 26px;
	}
	#faireundon .content {
		display: block;
	}
	#faireundon .content > div, #faireundon .content > p {
		width: 100%;
		display: block;
		float: none;
	}
	#faireundon .content > p {
		margin-top: 30px;
	}
	#faireundon .content > div p {
		text-align: center;
	}
	
}


	.mobile_bt {
		top: auto;
		right: 24px;
		bottom: 52px;
		position: absolute;
		display: none;
	}

@media screen and (max-width:768px) {
	
	
	
	
	header {
		margin-bottom: 0px;
	}

	.iS, #googlemap {
		height: 280px;
	}
	.home .iS {
		height: 400px;
	}
	.content {
		width: calc(100% - 66px);
		position: relative;
		margin: 0 auto;
	}

	#small-galerie {
		height: 240px;
		margin-bottom: 30px;
	}

	#bloc-3 .blocDate, #infos-complementaires .col-x1 .middle p.blocDate {
		height: 59px;
	}
	#bloc-3 .blocDesc, #infos-complementaires .col-x1 .middle p.blocDesc {
		height: 121px;
	}
	.home .col-x1 #bloc-2 .middle p, #infos-complementaires .col-x1 #bloc-2 .middle p {
		height: 180px;
	}
	.home .col-x1 .middle p, #infos-complementaires .col-x1 .middle p {
		height: 180px;
	}
	#menu nav .main {
		margin-left: 16px;
	}

	.multi-col .col-x12 {
		width: 100%;
		margin-right: 30px;
	}	

	header .logo p, header .logo h1	{
		display: none;
	}
	#bureau .col:first-child {
		width: 100%;
	}
	#bureau .col:last-child {
		width: 100%;
	}	
	.padl {
		padding-left: 0;
	}
	#bureau:before {
		border-width: 0 0 45px 130vw;
		left: -40px;
	}
	.home .col-x1 .middle h2, #infos-complementaires .col-x1 .middle h2 {
		font-size: 1.8em;
	}	
	.agenda .liste-blocs .contenu {
		padding: 14px 14px 20px;
	}
	.multi-col .col-x13 {
		width: calc(36% - 24px);
		margin-right: 24px;
	}
	.multi-col .col-x23 {
		width: 64%;
	}
	
	.agenda .liste-blocs article h4 {
		font-size: 18px;
		line-height: 1.2em;
	}
	.agenda .evenements > .col > h3 {
		height: 50px;
	}
	body.editorial main {
		padding-top: 20px;
	}
	
}

@media screen and (max-width:767px) {
	

	.partenairesSliderContainer {
		height: auto;
		overflow: hidden;
	}
	.partenairesSliderContainer img {
	    height: auto;
	    width: 100%;
	}
	
	
	.iS {
		height: 230px;
	}
	.home .iS {
		height: 320px;
	}
	#small-galerie {
		height: 120px;
		margin-bottom: 18px;
	}
	#small-galerie .iS-Dots {
		display: none;
	}
	.mobile_bt {
		display: block;
	}
	.content {
		width: calc(100% - 48px);
		position: relative;
		margin: 0 auto;
	}
	main > .content {
		margin: 0 auto;
		padding: 2px 0 30px 0;
		color: #000;
	}
	.col-x1 {
		width: 100%;
		margin-bottom: 32px;
		display: block;
		float: none;
		clear: both;
		height: auto;
		background-color: #fff;
		padding-bottom: 8px;
	}
	.home main .col {
		margin-top: 0px;
	}
	.home main .col:first-child {
		margin-top: -80px;
	}
	#bloc-3 .blocDate, #infos-complementaires .col-x1 .middle p.blocDate {
		height: auto;
	}
	#bloc-3 .blocDesc, #infos-complementaires .col-x1 .middle p.blocDesc {
		height: auto;
	}
	.home .col-x1 #bloc-2 .middle p, #infos-complementaires .col-x1 #bloc-2 .middle p {
		height: auto;
	}
	.home .col-x1 .middle p, #infos-complementaires .col-x1 .middle p {
		height: auto;
	}
	.col-x1 .top:after, #infos-complementaires .col-x1 .top:after {
		display: none;
	}
	.home .col-x1 .bottom:before, #infos-complementaires .col-x1 .bottom:before {
		border-width: 0 0 18px 400px;
		border-color: transparent transparent #fff transparent;
		display: none;
	}
	#infos-complementaires .col-x1:nth-child(2), .home .col-x1:nth-child(2) {
		margin-left: auto;
		margin-right: auto;
	}
	.col-x1 .top img {
		width: 100%;
		height: auto;
	}
	.home .col-x1 .top:after, #infos-complementaires .col-x1 .top:after {
		border-width: 0 0 18px 400px;
		border-color: transparent transparent #fff transparent;
		display: none;
	}
	.multi-col .col-x13 {
		width: 100%;
		margin-right: 0;
	}
	.agenda .liste-blocs .galerie:after {
		border-width: 0 0 18px 400px;
	}
	.agenda .col-x23 .liste-blocs .galerie:after {
		border-width: 0 0 18px 400px;
	}
	.agenda .liste-blocs img {
		width: 100%;
	}
	.multi-col .col-x23, .agenda .col-x23 .col-x1 {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	.agenda .col-x23 .liste-blocs, .agenda.archives .liste-blocs {
		margin-left: 0;
		margin-right: 0;
	}
	#manifestations .galerie {
		width: 100%;
		float: none;
		margin-right: 0;
	}
	
	#manifestations .galerie img {
		width: 100%;
	}
	#manifestations .contenu {
		width: 100%;
		float: none;
		margin-top: 18px;
	}	
	#manifestations article {
		margin-bottom: 42px;
	}
	
	#infos-complementaires:before {
		border-width: 0 0 65px 140vw;
		content: "";
		display: block;
		height: 0;
		position: absolute;
		bottom: 100%;
		left: -50;
		width: 0;
	}
	.agenda.archives .col-full .col-x1 {
		width: 100%;
		margin: 0px 0px 30px 0px;
	}

	.col.infos {
		float: none;
		display: block;
		text-align: right;
		margin-top: 15px;
		width: 100%;
	}	
	footer nav .main {
		display: none;
	}	
	footer address {
		text-align: center;
	}	
	footer .content > div {
		width: 100%;
		text-align: center;
	}
	.reseaux:before {
		content: '';
		font-size: 0.7935294117647059em;
		opacity: 0.7;
		vertical-align: text-top;
	}
	footer .reseaux * {
		width: 100%;
		text-align: center;
		margin-top: 14px;
	}
	#message .content p {
		position: absolute;
		bottom: 10px;
		left: 0;
		width: 60%;
		font-size: 0.7035294117647059em;
	}	
	body.contact main > .content .col-x2 {
		width: 100%;
	}
	
	header .logo p {
		display: none;
	}
	header {
		height: 114px;
		
	}	
	header .logo {
		margin: 0 0 0 0px;
		width: 60%;
	}		
	header .logo img {
		width: 160px;
	}	
	header .content {
		padding-top: 25px;
		padding-bottom: 0px;
		background-image: url(img/header-mobile.png);
		background-repeat: no-repeat;
		background-position: left 66px;
		overflow: hidden;
	}
	header .content {
		height: 100%;
	}
	.hamburger, .hamburger-close {
		width: 36px;
	}	
	.hamburger-close {
		opacity: 0;
		filter: alpha(opacity=0);
	}
	.nav_mobile {
		z-index: 20000;
		position: fixed;
		width: 100%;
		height: calc(100% - 110px);
		overflow: hidden;
		display: none;
		opacity: 0;
		filter: alpha(opacity=0);
		margin-bottom: 0;
		margin-top: 0px;
		background: #ffd353;
		top: 110px;
	}
	.nav_mobile .inner, .nav_mobile .content {
		height: 100%;
	}	
	.nav_mobile .menu {
		top: 144px;
	}	
	.nav_mobile .menu > ul > li:nth-child(1) {
		display: none;
	}
	.nav_mobile .menu > ul > li {
		margin-bottom: 10px;
		margin-left: 0;
		margin-right: 0px;
		width: 100%;
		
	}
	.nav_mobile .menu a {
		color: #333;
	}
	body > #menu  {
		display: none;
	}
	body > #menu {
		height: 32px;
		background-color: #fff;
	}
	.nav_mobile .content {
		width: calc(100% - 48px);
	}
	.nav_mobile .content .content {
		width: 100%;
	}
	.nav_mobile .main {
		width: 100%;
		display: block;
		background-color: transparent;
		margin-left: 0px;
	}
	.nav_mobile #menu {
		background-color: transparent;
		text-align: left;
		position: absolute;
		top: 84px;
		left: 0;
	}
	#menu nav .main {
		margin-left: 0;
	}
	#menu nav .main > a {
		margin: 6px 0;
		display: block;
		font-size: 1.5em;
		text-transform: uppercase;
	}
	#menu nav .main .sub { 
		background: #ffd353;
	}
	#menu nav .main .sub a {
		font-size: 1.2em;
		display: block;
		margin-top: 1px;
		padding: 8px 10px;
	}
	
	.home .col-x1 .middle h2, #infos-complementaires .col-x1 .middle h2 {
		font-size: 1.5em;
	}
	.home .col-x1 .middle h2, #infos-complementaires .col-x1 .middle h2 {
		height: 60px;
		overflow: hidden;
	}
	.home .col-x1 .middle p, #infos-complementaires .col-x1 .middle p {
		font-size: 0.9em !important;
		line-height: 1.4em !important;
	}	
	.reseaux a#mentions {
		font-size: 0.8em;
	}
	.fa-2x {
		font-size: 2.2em;
	}
	.editorial h1 {
		font-size: 24px !important;
		line-height: 1.2em;
	}
	.col-x13 {
		padding-top: 5px;
		padding-bottom: 12px;
	}	
	
	body:not(.home) main > .content p {
		font-size: 0.9em !important;
		line-height: 1.4em !important;
	}
	.font-variant {
		font-size: 0.9em !important;
		line-height: 1.4em !important;
		font-family: 'OpenSans' !important;
	}	
	#bureau .col:first-child, #bureau .col:last-child { 
		width: 100%;
		float: none;
		margin-bottom: 32px;
	}
	body:not(.home) h2 {
		font-size: 1.2em;
		line-height: 1.2em;
	}
	#bureau .col:first-child p {
		font-size: 0.9em !important;
		line-height: 1.4em !important;
		font-family: 'OpenSans' !important;
	}
	
	#bureau .col p, #bureau .col:last-child .padr p {
		display: block;
		width: 100% !important;
		font-size: 0.9em !important;
		line-height: 1.4em !important;
		font-family: 'OpenSans' !important;
	}
	.multi-column {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
		-webkit-column-gap: 0px;
		-moz-column-gap: 0px;
		column-gap: 0px;
	}
	.padr {
		padding-right: 4px;
	}
	#bureau .col:last-child p {
		font-size: 0.9em !important;
		line-height: 1.4em !important;
		font-family: 'OpenSans' !important;
	}	
	#bureau .padl, .padr {
		padding-left: 32px;
	}
	#bureau .padrs {
		padding-right: 0;
	}
	#bureau .col.padl.padr {
		padding-left: 0px;
	}
	
	#bureau:before {
		border-width: 0 0 45px 120vw;
		bottom: 100%;
		content: "";
		display: block;
		height: 0;
		left: -30px;
		position: absolute;
		width: 0;
	}
	.cols-nb2 {
		-moz-column-count: 1;
		-moz-column-gap: 0;
		-webkit-column-count: 1;
		-webkit-column-gap: 0;
		column-count: 1;
		column-gap: 0;
		margin-bottom: 25px;
	}	
	body:not(.home) h1 {
		font-size: 1.5em;
		margin-bottom: 18px;
	}
	.agenda .evenements > .col > h3 {
		height: auto;
	}	
	.agenda .liste-blocs .contenu {
		padding: 24px 20px 24px;
	}
	#menu nav .main:first-child .sub a:nth-child(4) {
		display: none;
	}
	body.editorial main {
		padding-top: 32px;
	}
	body.editorial main .col.col-x13 img {
		width: 84%;
	}
}




/* ************************************** TURN ************************************** */

#turn {
    display: none;
}
#turn {
    background: none repeat scroll 0 0 #ffd353;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 10000;
    top: 0;
    padding-top: 4%;
    left: -100%;
    max-height: 100%;
}
#turn table {
    height: calc(100% - 8px);
    width: 100%;
    vertical-align: middle;
}
#turn table * {
    vertical-align: middle;
	
}
#turn table, #turn td {
    text-align: center;
    height: 100%;
}
#turn td > div {
    display: inline-block;
    margin: 0 auto;
    width: 80%;
}
#turn td div > p, #turn td div > div {
    padding-top: 0px;
    padding-bottom: 12px;
    text-transform: uppercase;
    text-align: center;
}
#turn .logo {
    position: relative;
    height: 60px;
    width: auto;
    margin: -6px auto 0 auto;
    display: block;
    float: none;
    left: auto;
}
#turn .turnimg {
    position: relative;
    height: 60px;
    width: auto;
}


/* ************************************** 404 **************************************/
body.page_0 {
    margin: 0;
    padding: 0;
}
body.page_0, body.page_0 .fullscreen, body.page_0 .inner, body.page_0 .content {
    height: 100%;
    position: relative;
    text-align: center;
    overflow: hidden;
    visibility: visible;
    width: 100%;
}
body.page_0 .content>div {
    position: absolute;
    bottom: 34%;
    text-align: center;
    width: 100%;
}
body.page_0 h1 {
    text-align: center;
    margin-bottom: 4%;
}

body.page_0 h1 {
    margin-top: 8px;
}

body.page_0 .logo {
    width: 320px;
    height: auto;
    display: block;
    float: none;
    margin: 0px auto 12px auto;
    display: block;
    position: relative;
    margin-bottom: 38px;
}



@media screen and (max-width: 1920px) {
}


@media screen and (max-width: 1660px) {
	body.page_0 .logo {
	    width: 280px;
	    margin-bottom: 28px;
	}
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 768px) {
    
    
}
@media screen and (max-width: 767px) {
	body.page_0 .logo {
	    width: 220px;
	    margin-bottom: 28px;
	}
}


.partenairesLinting {
	background: #6b293d;
	
}
body.masindray .partenairesSliderContainer {
	width: calc(100% + 72px);
	margin-left: -37px;
}


@media screen and (max-width: 1920px) {
	body.masindray .partenairesSliderContainer {
		width: calc(100% + 68px);
		margin-left: -35px;
	}
}

@media screen and (max-width: 1024px) {
	body.masindray .partenairesSliderContainer {
		width: calc(100% + 13px);
		margin-left: -10px;
	}
}
@media screen and (max-width: 768px) {
	body.masindray .partenairesSliderContainer {
		width: calc(100% + 20px);
		margin-left: -10px;
	}
}
@media screen and (max-width: 767px) {
	body.masindray .partenairesSliderContainer {
		width: calc(100% + 20px);
		margin-left: -10px;
	}
}

.faireundon .content {
	max-width: 100%;	
}



