
/*! 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;

color: #9b8e4a;
}
/**
* 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;
} 


p, .p, dl, dd, blockquote, address, pre, table, fieldset {
    margin-bottom: 1em;
	line-height : 1.7em;
	color : whitesmoke;
}
img, object, embed, canvas, video, audio, picture {
  
    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) */
}

#dr-footer ul li{color:whitesmoke;}

#dr-footer a,#dr-footer a:visited  {
color : white;
text-align:center;
    text-decoration:none;
}
.btn a:visited{
    color:white !important ;
}
a, a:hover {
  background: none ;
  background-color: none ;
}
a:hover {
    background-color: transparent;
	color : #cbbd6f;  
}

.btn a:hover, .btn a:active, .btn a:focus, .btn a:visited {
background-color : transparent;
color: #cbbd6f !important;
border-color: #cbbd6f !important;
 }

a:hover, a:active, a:focus{
background-color : transparent;
color: #cbbd6f !important;
border-color: #cbbd6f !important;
 }

.dropmenu li a {
    color: black !important;
}

.dropdown-menu > li > a:active, .dropdown-menu > li > a:focus{
    background:whitesmoke !important;
}


h2 {
font-size : 1.5em;   
}

h3 {
    color: #cbbd6f;
font-family: 'Julius Sans One','Quicksand',"Pacifico",Arial,Helvetica,sans-serif;

padding: 1em;
}
h3.spip {
    font-size: 1.4em;
    font-weight: 400;
	padding: 10px;
	color : #cbbd6f;
	
	font-family: 'Julius Sans One','Quicksand',"Pacifico",Arial,Helvetica,sans-serif;
}




 body {
	margin: 0px;
	padding: 0px;
	text-align: left;
	font-family: 'Quicksand','Montserrat','Pacifico',Arial,Helvetica,sans-serif;	
	color: dimgray;
     background: white;
	scroll-behavior: smooth;
}

#colorbox{
    background: rgba(255,255,255,0.99);

border: 1px solid whitesmoke;
}



#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: 100%;
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;
 }
#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;
 } 
 
.bloc-boutons {
 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: space-between;
	-ms-justify-content: space-between;
	-moz-justify-content: space-between;
	-webkit-justify-content: space-between;
	flex-shrink: 0;
-ms-box-sizing: border-box;	
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
  margin: 0 10px 0 10px;
  padding: 0px;
    width: 100%;
}

.par3{
    
    width: 33%;

padding-bottom: 40px;
}

.par3mini{
    width:24%;
}
.par3g{
    width:100%;
}

#slider  {
max-height : 450px;
overflow : hidden;  
}

#resa  {
max-height : 100px;
text-align : center;  
}

#resa a  {
color : #FFFFFF; 
text-shadow: 1px 1px 2px #000; 
} 
  
 #share-buttons {
float : left;
padding: 5px;
max-width : 400px;

}

.sharebtn a img{
height: 50px !important;
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.2);
} 
#wifi {
margin : 10px auto;
padding: 0px 0px 0px 0px;
height: 41px;


 } 
 
 
 
#bloclangue-home {

	
	font-weight: bold;
	background-color: transparent;
	text-align: center;
	padding-top:3px;
	visibility: visible;
	font-size: 20px;
	}
.spip_logos {
  border: medium none;
  float: none;
  margin: 0px;
  padding: 0;
}	
  
#bloclangue-home ul {
padding: 0px;
 list-style-type: none;
 display:inline;
 margin : 0px 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; 
} 
 #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: 1.5em;
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:#F5C1D5;
 background-color : #C8BEB5;
	margin: 10px 0px 0px 20px;
padding: 10px;
	max-width:800px;	
	font-size: 1em;
line-height : 1.4em;	
	text-align: left;

	font-family: 'Courgette',cursive;	
/*font-family: 'Oswald', sans-serif;*/
}
#bloc-adresse a {
color:#F5C1D5;	
}
 
 
 #bloc-titre {
	float:left;	
 }
#bloc-ariane {

background: transparent;

font-size: 13px;

color: white !important;



padding: 10px;


} 

#bloc-ariane a{
    color:white !important;
}

#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;
}



.clear{
clear : both;
 } 
#blocmenu {
position : fixed;
top : 0;
margin : 0 auto;
width : 100%;	
background-color: none;

    /*height: 30px;*/
    list-style-type: none;
   
padding : 0px 0px 0px 0px;
	/*top : 160px;*/
	/*left : 330px;*/	
	text-align : center;
/*	
	border-top : 1px solid #FFF26A;
	border-bottom : 1px solid #FFF26A;
	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;
font-family: 'Oswald', sans-serif;
*/
}
#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 {
clear : both;
}
.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;
}

.color_vert{
color : green;
}
.color_bleu{
color : #166690;
}
.color_jaune{
color : #EBDF0F;
}
.larg200{
max-width : 200px;
margin: 10px auto;
}
.max300{
max-width : 240px;
margin: 10px auto;
}
.max300 a{
color:#FFFFFF;
}

.h3box{
font-family: 'Pacifico', 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;
}
.ecritblanc, .ecritblanc:visited {
color : #FFF;
}
.colornoir, a .colornoir {
color : #000000;
}
.color_vert{
color: whitesmoke;
background: #cbbd6f;
font-family: 'Pacifico';
padding: 10px;
}
.color_rouge{
color : red;
}
hr  {
height : 0px;
    border: none;
}

.boxbtn {
   margin:0;
    font-size: 24px;
}
.boxbtn > a{


background: transparent;
font-family:'Quicksand', cursive, Arial, Helvetica, sans-serif;
transition: all 0.3s;
text-decoration: none;

}
.boxbtn > a:hover{
color:#cbbd6f;
background:transparent;

}  
.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;
margin-bottom :0;
/*position: fixed;*/
bottom : 0;	
width: 100%;
background-color: #333333;
border-top: 2px solid #cbbd6f;
border-bottom: 2px solid #cbbd6f;
color:#FFF;	
}
#piedcds {
padding : 0px 0px 0px 0px;
margin : auto;
text-align: center; 
}
#piedcds a{
padding : 0px 0px 0px 0px;
color : #FFF;
}
#piedcds p{
font-size : 1.2em;
color : #FFFFFF;
}
#piedcds a:visited{
color : #FFF;
}
#label {
padding : 0px 0px 0px 0px;
margin : 30px 0px 70px 0px;
text-align: center; 
}

.conteneur-home{
max-width:100%;
overflow`:hidden;
-webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.bloc-centre-home {
max-width:100%;
overflow`:hidden;
-webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.container h2 {
padding : 5px 0px 5px 0px;
color : #AB9371;
text-align : center;
font-size : 1.2em;
}
.container h3 {
padding: 20px;
color: #cbbd6f;
text-align : center;
font-size : 1.3em;
}
.container p {
padding : 5px 0px 5px 5px;
font-size : 1em;
color :black;
}
#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 170px;
-webkit-column-gap: 30px;
-o-column-gap:30px;
column-gap: 30px;
-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;
overflow: hidden;
max-height :450px;
text-align:center;
}
.columns3 >.spip_documents_center {
    clear: both;
    display: inline;
}

.col-jaune {
background-color : #ab9371F99;
padding : 10px;
}
.col-vert {
background-color : #BBD034;
padding : 10px;
}
.sombre {
background-color: rgba(0, 0, 0, 0.5);
}

.columns4 {
-webkit-columns: 4 300px;
-moz-columns: 4 300px;
columns: 4 300px;
}
.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: white;
    color: white;
    height: auto;
    left: 0;
    text-align: center;
    visibility: visible;
    width: 100%;
    padding-bottom: 10px;
    display: block;
}


/************************ DEBUT DU ADDON ****************************************/
 
 
 
#bloc-header {
position: relative;
margin-top : 50px;
padding : 0px;
max-width: 100%;
display: flex;
flex-direction: row;
justify-content: center;
-ms-justify-content: center;
-webkit-justify-content: center;
-moz-justify-content: center; 
 } 

img, canvas, video, audio, picture {
   
    max-width: 100%;
	min-height:0;
	min-width:0;
	height:auto;
}
@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;
    background:white;
        width: 100%;
        z-index: 1;
}
/********************************* DEBUT  bloc droit ************************************/

#blocdroit img{
margin : 0;
padding : 0;
}
.fannyactu-fr {
background-image: url("/squelettes/css/images/fanny/actualite-fr.jpg");
background-repeat : no-repeat;
height : 298px;
width : 300px;

}
.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 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%;
    }
}

h4{
    text-align:center;
    color:black;
    font-size:1.4em;
    margin:1em auto;
    
}

 #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: space-between;
	-ms-justify-content: space-between;
	-moz-justify-content: space-between;
	-webkit-justify-content: space-between;
	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 : 85%;
max-width : 85%;
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;
}
#coupdecoeur .couleur1 {
    /*background-color: #F5C1D5 !important;*/
	background-color: #892D72 !important;
}	
#coupdecoeur .couleurT2 {
    color: #F5C1D5 !important;
	}
#coupdecoeur {
  box-sizing: content-box;
}
#coupdecoeur .heart .banner {
  background: #e6e6e6 none repeat scroll 0 0;
  border: 1px solid #c9c9c9;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  color: #636363;
  height: 28px;
  left: 14px;
  padding: 4px 11px;
  position: absolute;
  top: 0;
  width: auto;
}
#coupdecoeur .heart img.category-picture {
  float: none;
}
#coupdecoeur .heart .informations {
  float: none;
  margin : 10px auto;
  width: 200px;
}	
/************************** ANIMATION MARQUEE ***************************/
.marquee  {
 position: relative;
width: auto;
 -webkit-animation-name: marquee;
  animation-name: marquee;
  -webkit-animation-duration: 30s;
  animation-duration: 30s;
  -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: whitesmoke;
}

@-webkit-keyframes marquee {
  from {
    top: 100%;
  }
  to {
    top: -50em;
  }
}

@keyframes marquee {
  from {
    top: 100%;
  }
  to {
    top: -50em;
  }
}
.fontsmall {
font-size: 0.8em;
}
.ombre {
text-shadow: 1px 1px 1px #000; 
}
.ombre {
text-shadow: 1px 1px 1px #000; 
}
.actutitre {
line-height`: 1.2em;
}
.color-blanc {
color:#FFF;
}
.boxbackcolor_rose{
background-color : #EB6EA6;
}
.boxbackcolor_vert{
background-color :#F5C1D5;
}
.boxbackcolor_red{
background-color : #F5C1D5;
}
.boxbackcolor_bleu{
background-color : #EB6EA6;

}
.boxbackcolor_gris{
background-color : #C8BEB5;
}
.box-inventaire {
  border: 1px solid #fff26a;
  border-radius: 10px;
  color: #fff;
  padding: 10px;
  text-shadow: 1px 1px 1px #000;
  transition: all 0.5s ease-out 0s;
}

/********************** Popup Promo ********************/
#popup-leveno {
font-size : 1em;
}
#popup-leveno p{
font-size : 1em;
margin : 5px;
}
.popup-offre {
font-size : 1em;
margin : 5px;
}
.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: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.texture_fond{
/*
background-image: url("/squelettes/css/images/texture_fond.jpg");
background-repeat : repeat-y;
*/
-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*/
}
#boutons-vers-thelis {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-evenly;
  text-align: center;
    
  
}

.glyphicon{
   
    color: #cbbd6f;
}
#boutons-vers-thelis a {
  color: white;
  font-size: 1em;
}
.fond_boutons {
  max-height: 50px;
}
.box-thel {
border-bottom: 2px solid #cbbd6f;
color: #fff;
margin: 5px;
padding: 5px;
}
.nouvelles_breves {
height : 200px;
max-height:200px;
overflow:hidden;
}
#dr-footer {
background: #cbbd6f;
    margin-bottom: 50px;
}

a:visited{
    color:inherit;
}

.btn:visited{
    color:white !important;
}


.fond_boutons {
  max-height: 50px;
}
.fontbig {
  font-size: 1em;
  line-height: 1.1em;
}
.capibandbleu {
background-repeat:no-repeat;
margin : 0px auto;
height:203px;
width:392px;
}
.sombre {
background-color:#C2B2A5;
}

.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: left;
}
.font_dance {
font-family: 'Indie Flower', cursive,Arial, Helvetica, sans-serif;
font-size:1.5em;
color: white;
}

/* 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;
  
}
.gris_liens, a:hover.gris_liens, a:visited.gris_liens   {
color : #444652; 
}
.nav li a:focus, .nav li a:hover, .nav li a:active {
    
    color: #fff;
}
a.mediabox, li {
 list-style-type:none;
 text-decoration: none;
}
.center{
	text-align: center;
}

.navbar-custom-cha{

	display: inline-block;
	float: none !important;
    margin-top: 15px;

}

#middlebar{ 
	width: 100%;
    position: fixed;
top: 0;
z-index: 10;
}

/* 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;
  
}
.gris_liens, a:hover.gris_liens, a:visited.gris_liens   {
color : #444652; 
}

a.mediabox, li {
 list-style-type:none;
 text-decoration: none;
}
.contact_telech {
  background-color: #3b3a3f;
  border-top: 1px solid #cbbd6f;
  
clip-path: polygon(50% 10%, 100% 0%, 100% 100%, 0 100%, 0 0);
  min-height: 200px;
  padding: 0;
  padding-top:20px;
  
}
.maxlarge {
  margin: 0 5%;
}
.margin10 {
  margin: 10px auto;
}
.margin5 {
  margin: 10px;
  box-sizing: border-box;
}
.main-border {
 padding: 10px 0px 10px 0px;
 text-align : center;
}
.bandeau {
    border-bottom: 3px solid #cbbd6f;  
    background-color: rgba(0,0,0,0.7);
    padding-top:15px;
}
.logo{
padding-top:20px;
}
.titre-article{
font-family: 'Pacifico', cursive,Arial, Helvetica, sans-serif;
font-size: 1.5em;
color: whitesmoke;
    font-weight: 400 !important;
}

#portfolio{
   background: white;
    padding: 0px;
}


.fannyactu-fr {
  background-image: url("/IMGHOME/bloc_actualites.jpg");
  background-repeat: no-repeat;
  height: 350px;
  width: 320px;
}
#aff-actu {
  box-sizing: border-box;
  height: 253px;
  left: 20px;
  max-width: 300px;
  overflow: hidden;
  padding: 80px 35px 30px;
  position: relative;
  top: 80px;
}
h2.h2home {
font-size : 1.7em;
text-align:center;
margin-top: 20px;
  
}
.h3home {
font-size : 1.2em;
text-align:center;
margin:10px; 
color:#cbbd6f;
}
.fondblanc {
background-color:#FFF;   
}



.paralax {

    position: relative;
    height: 100vh;
    background-image: url('/IMG/jpg/dsc_0063.jpg');
    background-size: cover;
    background-position: top center;
    background-attachment: fixed;
    background-repeat: no-repeat;
        border-top: 4px solid white;
}

.espace-aqua {

    background: rgba(0,0,0,0.9);
font-family: 'Quicksand';
line-height: 0px;
width: 30%;
position: absolute;
top: 22%;
margin: 10px auto;

}
.espace-aqua p {
    color:white;
    border:none;
    border-right:4px solid #cbbd6f;
}




.amg-button {
  width: 100%;
	display: inline-block;
	padding: 10px 20px;
	background: #39d084;
	color: #fff;
	text-transform: uppercase;
	font-size: 26px;
	margin: 10px 0;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
  border: none;
}

/* Floating Contact ---------------------- */
.amg-floating-email{
    padding-top:2px !important;
}




.amg-blue .amg-floating-icon, 
.amg-blue .amg-floating-link {
	background: #2c3e50;
}
.amg-black .amg-floating-icon{
	background: black;
    height: 55px;
}

.amg-black .amg-floating-link {
	background:white;
	height:55px;
}

.amg-yellow .amg-floating-icon, 
.amg-yellow .amg-floating-link {
	background: #d9291a;
}

.amg-green .amg-floating-icon, 
.amg-green .amg-floating-link {
	background: #2bb04a;
    
    font-size: 1.6em;
padding:0;
padding-left: 15px;
padding-top: 5px;
   
    
}
.amg-green .amg-floating-link {

    background: white;
    font-size: 0.6em;
    padding:15px;
    height: 64px;

}



.amg-nav-item{
 font-size:18px;   
}
.amg-floating-contact-wrap {
    cursor: pointer;
	position: fixed;
	right: -180px;
	font-size: 22px;
	opacity: 0.9;
	z-index: 999;
  -webkit-transition: right 1s;
	-moz-transition: right 1s;
	-o-transition: right 1s;
	transition: right 1s;
   
    box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.3);
}
.amg-floating-contact-wrap:first-child {
	top: 305px;
    z-index: 100;
}
.amg-floating-contact-wrap:nth-child(2) {
	top: 360px;
    z-index: 100;
}
.amg-floating-contact-wrap:nth-child(3) {
	top: 415px;
    z-index: 100;
}
.amg-floating-contact-wrap:nth-child(4) {
	top: 230px;
    border: none;
    height: 55px;
    opacity: 1;
    
}

.amg-floating-contact-wrap:nth-child(4) .amg-floating-icon {
width: 65px;
font-size: 1.4em;

font-weight: 400;
border-left:4px solid white;
color: white;
height: 65px;
    
}

.amg-floating-contact-wrap:nth-child(4) .amg-floating-icon .glyphicon{
    color:whitesmoke;
}

.amg-floating-contact-wrap:nth-child(4) .amg-floating-link a{
color:#2bb04a;
    font-size:1.7em;
    
}


.amg-floating-contact-wrap:nth-child(4) .amg-floating-link a:hover{
color:#cbbd6f;
    
}
 
.amg-floating-icon, .amg-floating-link {
	text-align: left;
}
.amg-floating-icon {
	width: 48px;
	float: left;
	padding: 10px;
}
.amg-floating-icon i:before {
	vertical-align: middle;
}
.amg-floating-link {
	width: 180px;
  min-height: 48px;
	padding: 0;
    padding-top: 7px;
	overflow: hidden;
	
}

.amg-floating-link .fas, .amg-floating-link .fab, .amg-floating-link .far{
 color:black;
 font-size:1.6em;
 padding:8px ;
 transition: all 0.4s;
}

.amg-floating-link .fas:hover, .amg-floating-link .fab:hover, .amg-floating-link .far:hover{
 color:#cbbd6f;
}

.amg-floating-link a {
	white-space: nowrap;
  color: black;
	
	text-decoration: none;
}
.amg-floating-link a:hover {
  color: gray;
	
}
.amg-floating-link form, 
.amg-floating-link a {
	width: 35px !important;
	margin: 0px auto;
    display: inline-block; 
    z-index: 2000;
}
/* Hover Effect */
.amg-floating-contact-wrap.hover {
	opacity: 1;
  right: 0;
}
.amg-floating-contact-wrap.hover .amg-floating-link {
	right: 0;
}



.owl-theme .owl-nav {

    position: absolute;
    bottom: 50%;
    right: 0;
    width:100%;
}


.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {

    font-size: 3em;
    color: #cbbd6f;
    background: white;
    padding: 10px !important;
    margin: 5px;
    transition: all 0.3s;
    box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.3);

}

.owl-theme .owl-nav [class*="owl-"]:hover {

    background: #cbbd6f !important;
 

}
.owl-carousel .owl-nav button.owl-prev{
    left:0;
    position: absolute;
}

.owl-carousel .owl-nav button.owl-next{
    right:0;
    position: absolute;
}

#contact-buttons-bar {
position: fixed;
bottom: 100px;
left: -50px;
width: 50px;
opacity: 0.9;
}


#contact-buttons-bar.slide-on-scroll {
position: absolute;
}

.contact-button-link  {
display: block;
width: 50px;
height: 50px;
padding: 0;
margin-bottom: 1px;
text-align: center;
line-height: 50px;
font-size: 22px;
background: #8e8e93;
color: #fff;
position: relative;
left: 0;

-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
        box-sizing: border-box;

-webkit-transition: all 250ms;
    -moz-transition: all 250ms;
        transition: all 250ms;
}
.contact-button-link:hover,
.contact-button-link:focus,
.contact-button-link:active {
color: #fff;
padding-left: 20px;
width: 70px;
}
.contact-button-link.cb-hidden {
left: -50px;
}
.contact-button-link.facebook {
background: #3b5998;
}
.contact-button-link.skype {
background: #1686d9;
}
.contact-button-link.line {
background: #00b900;
}

.contact-button-link.separated {
margin-top: 1em;
}

.show-hide-contact-bar,
.contact-button-link.show-hide-contact-bar:focus,
.contact-button-link.show-hide-contact-bar:active {
background: transparent;
color: #000;
border: 0;
outline: 0;
padding: 0;
width: 50px;
}
.contact-button-link.show-hide-contact-bar:hover {
color: #000;
background: #ccc;
padding: 0;
width: 50px;
}

 
.footer-links{
    width:33%;
        text-align: center; 
}

.vign{
    background: white;

border: 1px solid lightgray;
box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.3);


padding: 25px;
}
 
.flex-debut-column {

    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-justify-content: flex-end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    align-items: flex-start;
   
 
}
@media screen and (max-width: 950px){
    .par3{
    
    width: auto;

padding-bottom: 10px;
}

    
    .btn{
    
    white-space: normal !important;
}
    }



@media screen and (max-width: 799px) {
	
	.js #blocmenu {
		display:none;
	}
	#souder {
		display:none;
	}
	
	.js .slicknav_menu {
		display:block;
	}
	
	.contact_telech{
		clip-path:none;
		padding-top:0;
	}
	
    .footer-links {

    width: 100%;
    text-align: center;
        margin-bottom:20px;

}
	
	}
	