
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
* 1. Set default font family to sans-serif.
* 2. Prevent iOS text size adjust after orientation change, without disabling
* user zoom.
*/
html {
font-family: sans-serif; /* 1 */
-ms-text-size-adjust: 100%; /* 2 */
-webkit-text-size-adjust: 100%; /* 2 */
}
/**
* Remove default margin.
*/
body {
margin: 0;
}
/* HTML5 display definitions
========================================================================== */
/**
* Correct `block` display not defined for any HTML5 element in IE 8/9.
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox.
* Correct `block` display not defined for `main` in IE 11.
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
display: block;
}
/**
* 1. Correct `inline-block` display not defined in IE 8/9.
* 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
*/
audio,
canvas,
progress,
video {
display: inline-block; /* 1 */
vertical-align: baseline; /* 2 */
}
/**
* Prevent modern browsers from displaying `audio` without controls.
* Remove excess height in iOS 5 devices.
*/
audio:not([controls]) {
display: none;
height: 0;
}
/**
* Address `[hidden]` styling not present in IE 8/9/10.
* Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
*/
[hidden],
template {
display: none;
}
/* Links
========================================================================== */
/**
* Remove the gray background color from active links in IE 10.
*/
a {
background-color: transparent;
}
/**
* Improve readability when focused and also mouse hovered in all browsers.
*/
a:active,
a:hover {
outline: 0;
}
/* Text-level semantics
========================================================================== */
/**
* Address styling not present in IE 8/9/10/11, Safari, and Chrome.
*/
abbr[title] {
border-bottom: 1px dotted;
}
/**
* Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
*/
b,
strong {
font-weight: bold;
}
/**
* Address styling not present in Safari and Chrome.
*/
dfn {
font-style: italic;
}
/**
* Address variable `h1` font-size and margin within `section` and `article`
* contexts in Firefox 4+, Safari, and Chrome.
*/
h1 {
font-size: 2em;
margin: 0.67em 0;
}
/**
* Address styling not present in IE 8/9.
*/
mark {
background: #ff0;
color: #000;
}
/**
* Address inconsistent and variable font size in all browsers.
*/
small {
font-size: 80%;
}
/**
* Prevent `sub` and `sup` affecting `line-height` in all browsers.
*/
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}
/* Embedded content
========================================================================== */
/**
* Remove border when inside `a` element in IE 8/9/10.
*/
img {
border: 0;
}
/**
* Correct overflow not hidden in IE 9/10/11.
*/
svg:not(:root) {
overflow: hidden;
}
/* Grouping content
========================================================================== */
/**
* Address margin not present in IE 8/9 and Safari.
*/
figure {
margin: 1em 40px;
}
/**
* Address differences between Firefox and other browsers.
*/
hr {
-moz-box-sizing: content-box;
box-sizing: content-box;
height: 0;
}
/**
* Contain overflow in all browsers.
*/
pre {
overflow: auto;
}
/**
* Address odd `em`-unit font size rendering in all browsers.
*/
code,
kbd,
pre,
samp {
font-family: monospace, monospace;
font-size: 1em;
}
/* Forms
========================================================================== */
/**
* Known limitation: by default, Chrome and Safari on OS X allow very limited
* styling of `select`, unless a `border` property is set.
*/
/**
* 1. Correct color not being inherited.
* Known issue: affects color of disabled elements.
* 2. Correct font properties not being inherited.
* 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
*/
button,
input,
optgroup,
select,
textarea {
color: inherit; /* 1 */
font: inherit; /* 2 */
margin: 0; /* 3 */
}
/**
* Address `overflow` set to `hidden` in IE 8/9/10/11.
*/
button {
overflow: visible;
}
/**
* Address inconsistent `text-transform` inheritance for `button` and `select`.
* All other form control elements do not inherit `text-transform` values.
* Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
* Correct `select` style inheritance in Firefox.
*/
button,
select {
text-transform: none;
}
/**
* 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
* and `video` controls.
* 2. Correct inability to style clickable `input` types in iOS.
* 3. Improve usability and consistency of cursor style between image-type
* `input` and others.
*/
button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button; /* 2 */
cursor: pointer; /* 3 */
}
/**
* Re-set default cursor for disabled elements.
*/
button[disabled],
html input[disabled] {
cursor: default;
}
/**
* Remove inner padding and border in Firefox 4+.
*/
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
}
/**
* Address Firefox 4+ setting `line-height` on `input` using `!important` in
* the UA stylesheet.
*/
input {
line-height: normal;
}
/**
* It's recommended that you don't attempt to style these elements.
* Firefox's implementation doesn't respect box-sizing, padding, or width.
*
* 1. Address box sizing set to `content-box` in IE 8/9/10.
* 2. Remove excess padding in IE 8/9/10.
*/
input[type="checkbox"],
input[type="radio"] {
box-sizing: border-box; /* 1 */
padding: 0; /* 2 */
}
/**
* Fix the cursor style for Chrome's increment/decrement buttons. For certain
* `font-size` values of the `input`, it causes the cursor style of the
* decrement button to change from `default` to `text`.
*/
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
height: auto;
}
/**
* 1. Address `appearance` set to `searchfield` in Safari and Chrome.
* 2. Address `box-sizing` set to `border-box` in Safari and Chrome
* (include `-moz` to future-proof).
*/
input[type="search"] {
-webkit-appearance: textfield; /* 1 */
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box; /* 2 */
box-sizing: content-box;
}
/**
* Remove inner padding and search cancel button in Safari and Chrome on OS X.
* Safari (but not Chrome) clips the cancel button when the search input has
* padding (and `textfield` appearance).
*/
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
/**
* Define consistent border, margin, and padding.
*/
fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
}
/**
* 1. Correct `color` not being inherited in IE 8/9/10/11.
* 2. Remove padding so people aren't caught out if they zero out fieldsets.
*/
legend {
border: 0; /* 1 */
padding: 0; /* 2 */
}
/**
* Remove default vertical scrollbar in IE 8/9/10/11.
*/
textarea {
overflow: auto;
}
/**
* Don't inherit the `font-weight` (applied by a rule above).
* NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
*/
optgroup {
font-weight: bold;
}
/* Tables
========================================================================== */
/**
* Remove most spacing between table cells.
*/
table {
border-collapse: collapse;
border-spacing: 0;
}
td,
th {
padding: 0;
}




/****************************************************************************/






 html, body {
 min-height: 100%;
max-width: 100%;
height: auto !important;
 height: 100%; 
 margin:0;
  padding:0;
-webkit-background-size: cover; /* pour Chrome et Safari */
-moz-background-size: cover; /* pour Firefox */
-o-background-size: cover; /* pour Opera */
background-size: cover; /* version standardis*/
border-top :none; 
background-image : none; 
 }
 * {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
 
 * {
  font-size : 1em;
		  padding: 0px 0px 0px 0px;
		  margin: 0px 0px 0px 0px; 
}
#colorbox, #cboxOverlay, #cboxWrapper { 
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
} 
a, a:hover {
  background: none ;
  background-color: none ;
}

p, .p, dl, dd, blockquote, address, pre, table, fieldset {
    margin-bottom: 1em;
	line-height : 1.2em;
	color : #3D4D4D;
}
img, object, embed, canvas, video, audio, picture {
    height: auto;
    max-width: 100%;
} 
 @viewport {
   width: device-width; /* largeur du viewport */
   zoom: 1; /* zoom initial à 1.0 (et clin d'oeil aux fans d'IE6/7) */
}
a:hover {
    background-color: transparent;
	color : #F80000; 
}
a:hover,a:active,a:visited ,a:focus{
background-color : transparent;
color: #990000;
 }
h2 {
font-size : 1.5em;   
}

h3 {
    font-size: 1.6em;
    font-family: 'Pacifico', cursive,Arial, Helvetica, sans-serif;
	padding: 10px;
}
h3.spip {
    font-size: 1.8em;
    font-weight: bold;
	padding: 10px;
	color : #533737;
  margin: 0;
  padding: 0;
  vertical-align:middle;
}



 body {
	margin: 0px;
	padding: 0px;
	text-align: left;
	font-family: Arial,Helvetica,sans-serif;	
	color:#000;	
	
}

#leconteneur {
margin: 0px 0px 50px 0px;
padding: 0px 0px 50px 0px;
top : 0px;
position: relative;
margin-bottom: 20px;
margin-left: auto;
margin-right: auto;
margin-top: 0;
background-position: left top;
/* max-width: 75%; */
font-weight: normal;

/*color:#FFF26A;*/
/*box-shadow: 0px 0px 20px #DCDCDC;*/
min-height : 600px;
background-repeat: repeat;

}
#bloc-header {
position: relative;
margin : 0px;
padding : 0px;
max-width: 100%;
background-repeat : no-repeat;
display : block;
display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
display: -ms-flexbox;      /* TWEENER - IE 10 */
display: -webkit-flex;     /* NEW - Chrome */
display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
-ms-flex-direction: row;
-webkit-flex-direction: row;
-moz-flex-direction: row;
flex-direction: row;
-ms-justify-content: center;
-webkit-justify-content: center;
-moz-justify-content: center;
justify-content: center;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
 }



#bloccentre {
background-color : #AB9371;
padding :10px;
}
#bloc-imagelarge {
	position: absolute;
	/*top :40px;*/
	padding : 0px;
	width: 100%;	
	margin : auto;
	height:400px;
	background-color: #AB9371;
 }
#logo {
float:left;
margin: 15px 0px 0px 0px;	
}
#bloc-header-droit {
margin-top : 0px;
width :auto;
padding-left : 0px;
 }
#slider  {
max-height : 600px;
overflow : hidden;  
}

/*
#resa  {
max-height : 100px;
text-align : center;  
}
#resa a  {
color : #FFFFFF; 
text-shadow: 1px 1px 2px #000; 
} 
*/
  
 #share-buttons {
float : left;
margin : 5px auto;
max-width : 400px;

}

#share-buttons img {
width: 45px;
padding: 5px;
border: 0;
box-shadow: 0;
display: inline;
transition-delay: 0s;
transition-duration: 0.5s;
transition-property: all;
transition-timing-function: ease-out;
-webkit-transition-property: width,height;
-webkit-transition-duration: 0.5s;
-webkit-transition-timing-function: ease-out;
-webkit-transition-property: all;
}
#share-buttons img:hover{   
/*transform: scale(1.5) rotate(10deg) translate(10px, 20px);*/
transform: scale(1.5);
} 
#wifi {
margin : 10px auto;
padding: 0px 0px 0px 0px;
height: 41px;


 } 
.spip_logos {
  border: medium none;
  float: left;
  margin: 0 5px 7px 5px;
  padding: 0;
}	
  

 #header-top {
	text-align : left;	
	height:44px;
	color: #AB9371;
	z-index: 100;
	 margin : 0;
	 padding : 0;
 }
 #bloc-header h1, .titreheader {
 margin-bottom : 0px;
 padding: 0px 0px 10px 0px; 
color:#FFFFFF;
font-size: 2em;
text-align :left;
font-family: 'Verdana', cursive;
/*font-family: 'Courgette',cursive;	*/

font-weight: bold;
text-shadow: 1px 1px 1px #000;
line-height: 1;
 }
 
 #bloc-header h2 {
	padding: 0px 0px 0px 0px;
	color:#00458A;		
	font-size: 14px;
	text-align:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: italic;
 }
  #bloc-adresse {	
 color:#0E8282;
 background-color : #C8BEB5;
	margin: 10px 0px 0px 10px;
padding: 10px;
		
	font-size: 1em;
line-height : 1.4em;	
	text-align: left;
	/*font-style: italic;*/
	/*font-weight: bold;*/	
	font-family: 'Courgette',cursive;	
/*font-family: 'Oswald', sans-serif;*/
}
#bloc-adresse a {
color:#0E8282;	
}
 
 
 #bloc-titre {
	float:left;	
 }
#bloc-ariane {
margin: 0px 0px 20px 0px;
font-size:0.8em;
}
#bloc-ariane a {
color : #444652;
}  

#blocactu h2 {
text-align:center;
font-size:18px;
font-weight:bold;
}
#blocactu h3 {
text-align:center;
}
#blocactu p {
padding: 5px 0px 5px 5px;
}
.actualit {
    color: #B7007B;
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
    font-size: 18px;
    font-weight: bold;
    padding: 20px 0 20px 35px;
    text-align: left;
}
.clear {
clear:both;
 }

.slicknav_menu {
	display:none;
}

@media screen and (max-width: 799px) {
	
	.js #blocmenu {
		display:none;
	}
	#souder {
		display:none;
	}
	
	.js .slicknav_menu {
		display:block;
	}
	
	}
	


.clear{
clear : both;
 } 
#blocmenu {
position : fixed;
top : 0;
margin : 0 auto;
width : 100%;	
/*background-color: #0E8282;*/

    /*height: 30px;*/
    list-style-type: none;
   
padding : 0px 0px 0px 0px;
	/*top : 160px;*/
	/*left : 330px;*/	
	text-align : center;
	background-clip: border-box;
	background-size: auto auto;
	background-origin: padding-box;
	z-index : 100;
}	
#blocmenu li a { 
/*
color: #000;
text-shadow: 1px 1px 2px #EB6EA6; 
font-weight:bold;

*/
}
#blocmenu li a:hover { 
/*
    color: #8C256C;
	*/
}
.menu li {
    background-attachment: scroll;
    background-clip: border-box;
    /*background-color: #FF6347;*/
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    color: #C8BEB5;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
	display: inline;
line-height : 30px;
}

hr, hr.spip {
clear : both;
border:0;
}
.menu {
    clear: both;
    margin-bottom: 0em;
    text-align: center;
}


 /************************** BOX CSS **********************************************/

.boxbreve{
position :absolute;
z-index:150;
top : 2%;
left : 2%;
margin: 10px 10px 10px 10px;
padding: 5px 0px 5px 0px;
max-width : 30.5%;
/*height : 315px;*/	
color:#f7a736;
font-family: 'Dancing Script', cursive, Arial, Helvetica, sans-serif;
font-weight: bold;
text-align:center;	
box-shadow: 0px 0px 10px #969696;
moz-border-radius: 10px;
webkit-border-radius: 10px;
khtml-border-radius: 10px;
border-radius: 10px;
border : 3px solid #AB9371;
}  
.box1{
position :absolute;
z-index:150;
top : 0%;
right : 5%;
margin: 10px 10px 10px 10px;
padding: 5px 0px 5px 0px;
width : 30.5%;
/*height : 315px;*/	
color:#FFFFFF;
font-family: 'Dancing Script', cursive, Arial, Helvetica, sans-serif;
font-weight: bold;
text-align:center;	
box-shadow: 0px 0px 10px #000;
moz-border-radius: 10px;
webkit-border-radius: 10px;
khtml-border-radius: 10px;
border-radius: 10px;
border : 1px solid #FFF26A;
}
p.box1{
color : #FFFFFF;
}
.box2{
color : #AB9371;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
moz-border-radius: 10px;
webkit-border-radius: 10px;
khtml-border-radius: 10px;
border-radius: 10px;
border : 3px solid #AB9371;
}
.box2 menu li{
padding: 10px 0px 0px 0px;
margin: 10px 0px 0px 0px;
}
.box1image{
float : left;
padding: 5px 10px 5px 10px;
color:#000;
width : 180px;
/*max-height : 50%;*/
/*height : 100%;*/
max-height : 100%;
background-color : #AB9371;
text-align:center;
overflow : hidden;	
}
.box1contenu{
float : right;
font-weight: normal;
font-family: Arial, Helvetica, sans-serif;
font-size:10px;
padding: 0px 0px 0px 0px;
color:#000;
height : 92%;
max-height : 92%;
background-color : #AB9371;
font-size:11px;
text-align:left;
overflow : hidden;	
}
.box1contenu p{
padding: 10px 5px 10px 5px;
}
.boxbackcolor_rose{
background-color : #EB6EA6;
}
.boxbackcolor_vert{
background-color : #36A9CD;
}
.boxbackcolor_red{
background-color : #8C256C;
}
.boxbackcolor_bleu{
background-color : #EB6EA6;
}
.boxbackcolor_gris{
background-color : #C8BEB5;
}
.color_vert{
color : green;
}
.max300{
max-width : 240px;
margin: 10px auto;
}
.max300 a{
color:#FFFFFF;
}

.h3box{
font-family: 'Dancing Script', cursive, Arial, Helvetica, sans-serif;
color : #ab9371;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
font-size:20px;
}

.minibox{
float : left;
margin: 10px 10px 10px 10px;
padding: 5px 5px 5px 5px;	
color:#ab9371;
font-family:  Arial, Helvetica, sans-serif;
font-weight: bold;
text-align:center;	
box-shadow: 0px 0px 10px #969696;
moz-border-radius: 5px;
webkit-border-radius: 5px;
khtml-border-radius: 5px;
border-radius: 5px;
font-size:20px;
}
.font12{
font-size:12px;
}
.fontbig{
font-size:1.4em;
line-height : 1.1em;
}
.fontbig3{
font-size:3.5em;
}
.colorblanc, a .colorblanc {
color : #EB6EA6;
}
.colornoir, a .colornoir {
color : #000000;
}
.color_vert{
color : #EE729F;
}
.color_rouge{
color : red;
}
hr  {
height : 0px;
}
#ttblanc p, #ttblanc h2, #ttblanc h3, #ttblanc h4, #ttblanc li, #ttblanc a {
color : #FFF;
}


.box4{
color : #C2B2A5;
background-color : #C2B2A5;
padding: 10px;
border-bottom-left-radius: 50%;
border-bottom-right-radius: 50%;
border-top-left-radius: 50%;
border-top-right-radius: 50%;
border : 1px solid #C2B2A5;
transition-delay: 0s;
transition-duration: 0.5s;
transition-property: all;
transition-timing-function: ease-out;
-webkit-transition-property: width,height;
-webkit-transition-duration: 0.5s;
-webkit-transition-timing-function: ease-out;
-webkit-transition-property: all;
-moz-transition-property: width,height;
-moz-transition-duration: 0.5s;
-moz-transition-timing-function: ease-out;
-moz-transition-property: all;
}
.box4 a{
background-color : #C2B2A5;
}

.box4:hover{
-moz-transform : scale (1.0);
-webkit-transform : scale (1.0);
transform: scale(1.0);
border-bottom-left-radius: 50%;
border-bottom-right-radius: 50%;
border-top-left-radius: 50%;
border-top-right-radius: 50%;
background-color : #C2B2A5;
}  
.spip_documents_left, .spip_documents_right{
    margin: 10px;  
}
.spip_documents {
    /*margin-top: 10px; */ 
}
#piedcds img {
padding : 0px ;
margin : 0px 10px 0px 10px;
}
#footer {
padding : 0px 0px 0px 0px;
clear : both;
/*position: fixed;*/
bottom : 0;	
width: 100%;
moz-opacity:0.95;
opacity: 0.95;
filter:alpha(opacity=95);
color:#000;	
}
#piedcds {
padding : 0px 0px 0px 0px;
margin : auto;
text-align: center; 
}
#piedcds a{
padding : 0px 0px 0px 0px;
color : #000;
}
#piedcds p{
font-size : 1em;
}
#piedcds a:visited{
color : #656469;
}
#label {
padding : 0px 0px 0px 0px;
margin : 30px 0px 70px 0px;
text-align: center; 
}
.container h2 {
padding : 5px 0px 5px 0px;
color : #000;
text-align : center;
font-size : 1.2em;
}
.container h3 {
padding : 0px 0px 0px 5px;
color : #FFFFFF;
text-align : center;
font-size : 1.1em;
}
.container p {
padding : 5px 0px 5px 5px;
font-size : 1em;
color : #FFFFFF;
}
#tarifs{
margin : 5px auto 5px auto;
padding : 20px 5px 20px 5px;
text-align : center;
max-width : 200px;
}
#tarifs a{
color : #AB9371;
}
.blanc{
color : #AB9371;
}
div.columns2 {
clear : both;
-webkit-columns: 2;
-moz-columns: 2;
columns: 2;
padding : 10px;
margin: auto;
-webkit-column-gap: 30px;
-o-column-gap:30px;
column-gap: 30px;
-moz-column-gap: 30px;
break-inside: avoid-column;
display: inline-block;
-webkit-column-rule-width:3px;
-webkit-column-rule-color:#cbcefb;
-webkit-column-rule-style:dotted;
-moz-column-rule-width:3px;
-moz-column-rule-color:#cbcefb;
-moz-column-rule-style:dotted;
-o-column-rule-width:1px;
-o-column-rule-color:#cbcefb;
-o-column-rule-style:dotted;
column-rule-width:3px;
column-rule-color:#cbcefb;
column-rule-style:dotted;
width : 100%;
overflow: hidden;
max-height :450px;
text-align:center;
}
.columns3 {
-webkit-columns: 3 200px;
-moz-columns: 3 200px;
columns: 3 200px;
-webkit-column-gap: 50px;
-o-column-gap:50px;
column-gap: 50px;
-moz-column-gap: 50px;
-webkit-column-rule-width:3px;
-webkit-column-rule-color:#cbcefb;
-webkit-column-rule-style:dotted;
-moz-column-rule-width:3px;
-moz-column-rule-color:#cbcefb;
-moz-column-rule-style:dotted;
-o-column-rule-width:1px;
-o-column-rule-color:#cbcefb;
-o-column-rule-style:dotted;
column-rule-width:3px;
column-rule-color:#cbcefb;
column-rule-style:dotted;

}
.col-jaune {
background-color : #ab9371F99;
padding : 10px;
}
.col-vert {
background-color : #BBD034;
padding : 10px;
}


.columns4 {
-webkit-columns: 4 100px;
-moz-columns: 4 100px;
columns: 4 100px;
}
.columns4 img, .columns3 img {
text-align : center;
margin : 0;
padding : 0;
}
.column-fix {
-webkit-column-break-before: always;
-moz-column-break-before: always;
-webkit-column-break-inside: always;
break-inside: always;
break-before: always;
}
.bold {
font-weight : bold;
}

.center {
text-align : center;
}
/*
img  {
padding-top : 15px;
padding-bottom : 15px;
}
*/
.font1  {
font-family: 'Parisienne', cursive;
}
.img-circle {
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
}
.transform {
    transform : scale (0.8, 0.8);
}
.duration a {   
    transition-delay: 0s;
    transition-duration: 0.3s;
    transition-property: all;
    transition-timing-function: ease-out;
}
.boxIcon a {
    display: block;
    margin-bottom: 11px;
    padding-bottom: 33px;
    padding-left: 33px;
    padding-right: 33px;
    padding-top: 33px;
    text-align: center;
    transition-delay: 0s;
    transition-duration: 0.3s;
    transition-property: all;
    transition-timing-function: ease-out;
}
img{    
    transition-delay: 0s;
    transition-duration: 1s;
    transition-property: all;
    transition-timing-function: ease-out;
	 -webkit-transition-property: width,height;
	-webkit-transition-duration: 1s;
	-webkit-transition-timing-function: ease-out;
}
article img:hover{   
-moz-transform : scale (1.25);
transform: translate(20px, 35px);
transform: scale(1.25);

}
#blocdroit {
color : #674040;
}
.bloclienstexte {
background-color:transparent;
color:white;
display:inline;
height:84px;
left:20px;
text-align:center;
visibility:visible;
width:450px;
}


/************************ DEBUT DU ADDON ****************************************/
 
 
 
#bloc-header {
position: relative;
margin-top : 50px;
padding : 0px 30px;
max-width: 100%;
background-color : #C8BEB5;
/*background-color : #A9C646;*/
/*background-image: linear-gradient(#ab9371, #BBD034);*/
background-repeat : repeat;
display: flex;
flex-direction: row;
justify-content: center;
-ms-justify-content: center;
-webkit-justify-content: center;
-moz-justify-content: center; 
 } 

img, object, embed, canvas, video, audio, picture {
    height: auto;
    max-width: 100%;
}
@viewport {
   width: device-width; /* largeur du viewport */
   zoom: 1; /* zoom initial à 1.0 (et clin d'oeil aux fans d'IE6/7) */  
   
}

/********************************* DEBUT  bloc gauche ************************************/
#blocgauche {
  flex-grow: 1;
  margin: 0 auto;
}
/********************************* DEBUT  bloc droit ************************************/

#blocdroit img{
margin : 0;
padding : 0;
}
.fannyactu-fr {
background-image: url("/IMGHOME/bloc_actualites.jpg");
background-repeat : no-repeat;
height : 350px;
width : 320px;

}
.fannyactu-en {
background-image: url("/squelettes/css/images/fanny/actualite-en.jpg");
background-repeat : no-repeat;
height : 298px;
width : 300px;

}
.fannyactu-de {
background-image: url("/squelettes/css/images/fanny/actualite-de.jpg");
background-repeat : no-repeat;
height : 298px;
width : 300px;

}
.fannyactu-nl {
background-image: url("/squelettes/css/images/fanny/actualite-nl.jpg");
background-repeat : no-repeat;
height : 298px;
width : 300px;

}
#aff-actu {
position:relative;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
/*margin : 80px 30px;*/
/*margin : 10px;*/
padding : 80px 35px 30px 35px;
height : 253px;
/*width : 300px;*/
max-width : 300px;
overflow :hidden;
top :80px;
left:20px;
}

#aff-actu img, #aff-actu .spip_documents  {
max-width :100%;
height : auto;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
text-align: center;
}
/*Styles for IE10*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
   #aff-actu img{
        width: 100%;
    }
}



 #blocactu {
position : absolute;
margin: 0px 0px 0px 0px;
padding: 0px 5px 0px 5px;
left : 400px;
top : 45px; 
max-width: 570px;	
height: 165px;	
text-align : center;
background-color: #AB9371;
overflow : hidden;
}
.fannyactu-fr p, #aff-actu h1, #aff-actu h2, #aff-actu h3, #aff-actu h4, #aff-actu h5, #aff-actu p {
margin : 0;
padding : 0;
}
#aff-actu h3 {
font-size : 0.8em; 
text-align : center;
}
#aff-actu img {
max-width :80%;
height : auto;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
text-align: center;
}

.fannytelecharg-fr {
background-image: url("/squelettes/css/images/fanny/telechargement-fr.jpg");
background-repeat : no-repeat;
height : 246px;
width : 300px;

}
.fannytelecharg-en {
background-image: url("/squelettes/css/images/fanny/telechargement-en.jpg");
background-repeat : no-repeat;
height : 246px;
width : 300px;

}
.fannytelecharg-de {
background-image: url("/squelettes/css/images/fanny/telechargement-de.jpg");
background-repeat : no-repeat;
height : 246px;
width : 300px;

}.fannytelecharg-nl {
background-image: url("/squelettes/css/images/fanny/telechargement-nl.jpg");
background-repeat : no-repeat;
height : 246px;
width : 300px;

}
.ul-telecharg {
margin : 70px 0px 0px 0px;
padding : 0px 0px 0px 0px;

}
 .li-telecharg {
margin : 0px 0px 0px 0px;
padding : 0px 0px 0px 0px;
font-size : 1em;
color : #000;
text-align : center;
}
a.lien-telecharg {
margin : 0px 0px 10px 0px;
padding : 0px 0px 0px 0px;
font-size : 1em;
line-height: 27px;
color : #AB9371;
text-align : center;
font-weight : bold;
}
.bonplans {
width : 300px;
}
.galeriephoto {
width : 300px;
}

/********************** FLEX DECLARATIONS ************************************/

.flex {
    display: flex;
	-ms-display: flex;
	-moz-display: flex;
	-webkit-display: flex;
	flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	justify-content: center;
	-ms-justify-content: center;
	-moz-justify-content: center;
	-webkit-justify-content: center;
	flex-shrink: 0;
-ms-box-sizing: border-box;	
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.flex  > p {
    margin: auto;
} 
.flex  > img {
    height: auto;
	width : 100%
} 



.flexrow {
    flex-direction: row;
	-ms-display: flex;
	-moz-display: flex;
	-webkit-display: flex;	
}
.flexcolums {
    flex-direction: column;
	-ms-flex-direction: column;
	-moz-flex-direction: column;
	-webkit-flex-direction: column;
}

/****************** FAVORIS COUP DE COEUR ************************/

#coupdecoeur, #myFavorites {
box-sizing: content-box;
width : 65%;
max-width : 65%;
margin-left : auto;
margin-right : auto;
text-align :center;
}
#coupdecoeur .heart .informations .price-container .price-zone, #myFavorites .heart .informations .price-container .price-zone  {
box-sizing: content-box;  
}
#myFavorites .heart img.category-picture {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
  float: left;
  height: 280px;
  width: 420px;
}
/************************** ANIMATION MARQUEE ***************************/
.marquee  {
 position: relative;
width: auto;
 -webkit-animation-name: marquee;
  animation-name: marquee;
  -webkit-animation-duration: 15s;
  animation-duration: 15s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
  animation-direction: normal;
-webkit-animation-play-state: running;
animation-play-state: running;
} 
.marquee:hover {
-webkit-animation-play-state: paused;
animation-play-state: paused;
}

.marquee p {
margin: auto;
font-size: 1.2em;
color : #000;
}

@-webkit-keyframes marquee {
  from {
    top: 100%;
  }
  to {
    top: -50em;
  }
}

@keyframes marquee {
  from {
    top: 100%;
  }
  to {
    top: -50em;
  }
}
.nouvelles_breves {
	height: 100px;
	max-height: 100px;
	overflow: hidden;
}

.fontsmall {
font-size: 0.8em;
}
.ombre {
text-shadow: 1px 1px 1px #000; 
}
.ombre {
text-shadow: 1px 1px 1px #000; 
}
.actutitre {
line-height`: 1.2em;
}
.petitcoucou {
font-size:1.5em;
}
p strong {
font-weight :bold;
}

#resa {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  text-align: center;
}
#resa a {
  color: #fff;
  font-size: 0.6em;
  text-shadow: 1px 1px 2px #000;
}

.box5 {
  border: 3px solid #fff;
  border-radius: 10px;
  clear: both;
  color: #fff;
  margin: 5px auto;
  padding: 10px;
  transition: all 0.5s ease-out 0s;
}
.fontbig {
  font-size: 1.2em;
}

.boxbackcolor_rose {
  background-color: #983295;
}
.boxbackcolor_rouge {
  background-color: #ff0000;
}
.boxbackcolor_bleu {
  background-color: #37ade2;
}
.boxbackcolor_vert {
  background-color: #36A9CD;
}
.bleuclair, .bleu, .annonce {
  background: #CCC3BB!important;
}
.flex_images {
display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
display: -ms-flexbox;      /* TWEENER - IE 10 */
display: -webkit-flex;     /* NEW - Chrome */
display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
-ms-flex-direction: row;
-webkit-flex-direction: row;
-moz-flex-direction: row;
flex-direction: row;
-ms-justify-content: center;
-webkit-justify-content: center;
-moz-justify-content: center;
justify-content: center;
-webkit-flex-wrap: nowrap;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
}
#boutons-vers-thelis {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  text-align: center;
}
#boutons-vers-thelis a{
color:#FFF;
}
.box-thel {  
  color: #fff;
  display: inline;
  margin: 0;
  padding: 10px;
  transition: all 0.5s ease-out 0s;
}
.fond_boutons {
  max-height: 50px;
}
.fontbig {
  font-size: 1.4em;
  line-height: 1.1em;
}
.capibandbleu {
background-image:url(/IMGHOME/capibandbleu.jpg);
background-repeat:no-repeat;
margin : 0px auto;
height:203px;
width:392px;
}
.sombre {
background-color:#30BFF0;
}

.contact_telech {
  background-color: #36A9CD;  
  padding:15px;
  color:white;
  min-height: 200px;  
  text-align:center;
}
.contact_telech-beige {
  background-color: #C2B2A5;  
  padding:15px;
  color:white;
  min-height: 200px;  
  text-align:center; 
border: 5px dotted #fff;
}
.contact_telech-beige a, .contact_telech-beige li a, .contact_telech-beige li a:visited {
color:#FFF;
}
.warpper3 {
  margin: 0 auto;
  max-width: 1120px;
}
.block_lead_tc {
  height: auto;
  justify-content: center;
  margin: 20px 10px;
  max-width: 300px;
  width: 300px;
}
.h2-f-tc {
  font-family: "Indie Flower",sans-serif;
  font-size: 1.5em;
  padding-top: 3px;
  text-align: center;
}
.font_dance {
font-family: 'Indie Flower', cursive,Arial, Helvetica, sans-serif;
font-size:2em;
color: white;
}
.bandeau {
background-image: url("/squelettes/css/images/bandeau_ocean.jpg");
background-repeat : repeat-y;
}
/* CSS BAR STATIQUE */
.static-bar-custom{
    position: fixed;
    top: 0%;
    z-index: 200;
}
.center{
	text-align: center;
}

.navbar-custom-cha{

	display: inline-block;
	float: none !important;
}

#middlebar{ 
	width: 100%;
}

/* Small Devices, Tablets */
    @media only screen and (max-width : 768px) {
		#middlebar{ 
			position: fixed;
			top: 0%;
			z-index: 200;
			
		}
		.center{
			text-align: left;
		}
		
    }
	
.look100{
width : 100%;
background : #F8F8F8;
margin : 20px 0;
}
.internelook100{
width : 80%;
background : #000;
min-height : 300px;
margin : 20px;
}
.container-fluid {
  padding-left: 0px;
  padding-right: 0px;
  border:none;
}
.gris_liens, a:hover.gris_liens, a:visited.gris_liens   {
color : #444652; 
}
.nav li a:focus, .nav li a:hover, .nav li a:active {
    background: #009DC6;
    color: #fff;
}
a.mediabox, li {
 list-style-type:none;
 text-decoration: none;
}
.spip-admin-boutons{
z-index:500;
}
.spip-admin-bloc, .spip-admin-float {
  position: fixed;
  right: 20%;
  top: 0;
  white-space: nowrap;
  z-index: 1000;
}
.rouge{
color:red;
}
.padding10{
margin : 100px auto;
}
.dim980{
max-width:980px;
height:auto;
}
.bandeau_haut{
max-width:980px;
height:50px;
margin: 0px auto;
}
.bloc-boutons {
display: flex;  
  margin: 5px;
  padding: 0px;
flex-direction: row;
  justify-content: space-between;  
}
#bloclangue-home {
	padding: 0px;
	margin : 20px auto;
	font-weight: bold;
	background-color: transparent;
	/*width: 168px;*/	
	font-size: 10px;
}
#bloclangue-home ul {
padding: 0px;
 list-style-type: none;
 display:inline;
 margin : 10px auto;
}
#bloclangue-home li {
margin:0;
padding:0;
background-color: transparent;
text-align: center;
display:inline;
word-spacing:0.3em;
}
#bloclangue-home a {
margin: 0px auto;
padding: 0px;
color: white; 
font-weight: bold; 
text-align: center;
display : inline;
}

#bloclangue-home li a:hover {
display:block;
 text-align:center;
 text-decoration:none;
 background-color: transparent;
 color:#FEDC00;
display : inline; 
} 
#bandhautlink{
	
	margin-top:15px;
} 

#bandhautlink a,#bandhautlink a:hover,#bandhautlink a:visited {
	color:#000;
	padding:20px;
} 




