/* cmsms stylesheet: templateA modified: mercredi 17 décembre 2025 08:17:09 */




* {
   margin:0;
   padding:0;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { margin: 0; font-size: 1.2em; line-height: 100%; }
body, button, input, select, textarea, nav li a { font-family: 'Roboto Condensed', sans-serif; color: #4d4c4c; font-weight:300 }


/* Liens */
a { 
   color:#0090d7; 
   text-decoration: none;
   transition-delay: 0s;
   transition-duration: 0.8s;
   transition-property: all;
   transition-timing-function: ease;
}

a:hover { color:#555; }
a:focus { outline: none; }
a:hover, a:active { outline: 0; }



/* Couleurs */

.bleu { color:#0090d7 }
.fdbleu { background-color:#0090d7 }
.fdbleu80 { background-color:rgba(0,144,215,0.8) }
.gris { color:#555 }
.fdgris { background-color:#555 }
.blanc { color:fff }
.fdblanc80 { background-color:rgba(255,255,255,0.8) }



/* Typos */
abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 0px; border: 0;  margin: 0; padding: 0.5em 0; clear: both }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }



/* Listes */
ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
li { margin:0 0 0.5em 0 }
figure { margin: 0; }



/* Formulaires */
form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

legend { border: 0; *margin-left: -7px; padding: 0; }

button, input, select, textarea { font-size: 100%; margin: 0; padding: 0.5em; vertical-align: baseline; *vertical-align: middle }

button, input { line-height: normal; *overflow: visible; }
table button, table input { *overflow: auto; }

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; border-radius: 0 }

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; height:1.6em }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; } /* Remove inner padding and border in FF3/4: h5bp.com/l */

textarea { overflow: auto; vertical-align: top; resize: vertical; }


/* Tables */
table { border-collapse: collapse; border-spacing: 0; }
td input { margin-bottom:0 }
td, th { padding:0.3em }
th { background-color:#ddd }
td { border-bottom: 1px solid #ddd }
th p, td p { padding:0 }


img {
   /*border-radius: 0.5em;*/
   width: 100%;
   height: auto
}

.cercle {
   border-radius: 50%;
}


body {
   background: #fff;
   color: #555;
   overflow:hidden
}

div#container {
   position:relative;
   width: 100%;
   margin: 0 auto;
   background-color: transparent;
}

.table { position:relative; display: table; margin: 0 auto }
.table { vertical-align: middle }


/* Header */

header {
   position: relative;
   width: 100%;
   max-width: 1200px;
   height: auto;
   margin: 0 auto;
   padding: 0;
}

#slogan { position: absolute; right:0; top: 50%; display: table; height:50% }
#slogan div { display: table-cell; vertical-align: top; font-size: 1em; text-align: right }

#logo {
   position: relative;
   margin:2em 0
}

#logo a {
   display:table;
   margin:0 auto
}   

#logo img {
   display:table-cell;
   vertical-align:middle;
   width: 60px;
   height: auto;
   max-width: 163px;
}

#logo p {
   display:table-cell;
   vertical-align:middle;
   padding: 0 0 0 0.5em;
   font-size:2em
}

#menu { position:relative; z-index: 1020 }

#menu_lang {
   float: right;
   margin: -4em 1em 0 0;
}

#menu_lang li {
   list-style-type: none;
   float: left;
   margin: 0 20px 0 0;
}

#menu_lang li a.active {
   font-weight: bold;
}

#main { 
   margin:0 auto; 
   padding: 3em 0;
   width: 100%;
   max-width: 1200px;
   z-index: 4500
}

#imgTitre { position:relative; width:100%; z-index: 1000 }
#imgTitre img { position:relative; display:block }

#bas {
   width: 100%;
   height: auto;
   margin: 0;
   padding: 1em;
   font-size: 0.8em;
}

.contBas {
   color: #fff;
   width: 100%;
   max-width: 1200px;
   margin: 0 auto;
   padding: 1em 0
}

.contBas a:hover {
   color: #fff
}

/* Footer */

footer {
   width: 100%;
   height: auto;
   margin: 0 auto;
   padding: 1em;
   color:#aaa;
   background-color: #696969;
   text-align: center
}

footer p { color:#aaa }
footer a { color:#aaa }
footer a:hover { color:#fff }

#haut { float: right; font-size: 2em }
a#haut { color: #fff }
a#haut:hover { color: #777 }




/* Grille */

.droite { float: right }
.gauche, .actuAcc .NewsSummary { float: left  }

.demi { flex-basis: 50%;  width: 50%; max-width: 50% }
.quart { flex-basis: 25%;  width: 25%; max-width: 25% }
.tiers, .flex33 { flex-basis: 33.33%;  width: 33.33%; max-width: 33.33% }
.deuxtiers { flex-basis: 66.66%; width: 66.66%; max-width: 66.66% }
.huitieme {flex-basis: 12.5%; width: 12.5%; max-width: 12.5% }
.flex30 { flex-basis: 30%; width: 30%; max-width: 30% }
.flex45 { flex-basis: 45%; width: 45%; max-width: 45% }

.grille3c33pc { display: grid; grid-template-columns: repeat(3, 1fr); grid-gap:1em; justify-content:center; margin:0 auto }
.grille2c50pc { display: grid; grid-template-columns: repeat(2, 1fr); grid-gap:1em; justify-content:center; margin:0 auto }

.col { position: relative; padding: 0 0 4em 0; flex-grow: 1; flex-shrink: 1; flex-wrap: no-wrap }
.col:last-child {  margin-right: 0; }
.contBas .col { padding:0 }
.ligne { display: flex; flex-wrap: wrap; flex-flow: row wrap; justify-content:space-between }
/* .ligne::after, .ligne::before { content: " "; display: table; clear:both }  */
.pleine { width:100% }
section, .actuAcc .NewsSummary { width: 100% }

.centre { margin:0 auto; max-width: 1200px; width: 100% }
.milieu, .bouton.milieu { display: block; margin:0 auto; text-align:center; left:0; right:0 }
.bas { position:absolute; bottom:0; }

.margeD { padding-right: 1em }
.margeG { padding-left: 1em }
.margeH { padding-top: 1em }
.margeB { padding-bottom: 1em }
.marge { padding: 1em }
.marge0 { padding:0; margin:0}

.margB2 { margin-bottom: 2em }

video {
   display: block;
   max-width: 100%;
}

/* iframe */

iframe { width: 100%; min-height: 1200px }


/* Formulaire */

.cms_form legend, .formulaire legend { display: none }
.cms_form input, .cms_form textarea, .formulaire input, .formulaire textarea { border:0; background-color: #eee; margin-bottom:1em }
.formulaire label input { float: left; width:auto; margin-right:1em }
.cms_form label, .cms_form input, .formulaire label, .formulaire input { float: left }
.cms_form div, .formulaire div { clear: both }
.cms_form label, .cms_form textarea, .cms_form input, .formulaire label, .formulaire textarea, .formulaire input { width: 100% }
.cms_form .cms_submit, .formulaire .cms_submit { float:none; margin:0; background-color:transparent; color:#fff }
.error { color: red }
.cms_form label { padding-bottom:0.5em }

/* Boutons */

.bouton, .formulaire .bouton, .cms_form .bouton { 
   display: inline-block;
   padding:0.5em; 
   background-color:#0090d7;
   color: #fff;
   transition-delay: 0s;
   transition-duration: 0.8s;
   transition-property: all;
   transition-timing-function: ease;
}

.bouton:hover {
   background-color:#555;
   color: #fff;
}

.bouton:hover * {
   color: #fff;
}

.bouton a { color: #fff }

.large { display:block; width:100% }

.zoom_ic { width: 2em; height: 2em }


/* Effets images */


/* rollover zoom */

.fx-zoom {
   display:block;
   overflow: hidden;
   max-height:250px;
}

.fx-zoom img {
   transition-delay: 0s;
   transition-duration: 1s;
   transition-property: all;
   transition-timing-function: ease;
   overflow: hidden;
}

.fx-zoom img:hover {
  width: 110%;
  height: 110%;
}

/* rollover - zoom, fondu et symbole + */

.hovereffect {
width:100%;
height:auto;
float:left;
overflow:hidden;
position:relative;
text-align:center;
cursor:default;
}

.hovereffect .overlay {
width:100%;
height:100%;
position:absolute;
overflow:hidden;
top:0;
left:0;
opacity:0;
background-color:rgba(0,0,0,0.5);
-webkit-transition:all .4s ease-in-out;
transition:all .4s ease-in-out
}

.hovereffect img {
   display:inline;
   position:relative;
   -webkit-transition:all .4s linear;
   transition:all .4s linear;
}

.hovereffect p {
text-transform:uppercase;
color:#fff;
text-align:center;
position:relative;
font-size:17px;
background:rgba(0,0,0,0.6);
-webkit-transform:translatey(-100px);
-ms-transform:translatey(-100px);
transform:translatey(-100px);
-webkit-transition:all .2s ease-in-out;
transition:all .2s ease-in-out;
padding:10px;
}

.hovereffect a.info {
   text-decoration:none;
   display:table;
   width:100%;
   height:100%;
   color:#fff;
   background-color:transparent;
   opacity:0;
   filter:alpha(opacity=0);
   -webkit-transition:all .2s ease-in-out;
   transition:all .2s ease-in-out;
   margin:0;
   padding:0;
}

.hovereffect a.info span {
   display:table-cell;
   vertical-align:middle;
   text-align: center;
   font-size:2em;
   }

.hovereffect a.info:hover {
   /*box-shadow:0 0 5px #fff;*/
}

.hovereffect:hover img {
-ms-transform:scale(1.2);
-webkit-transform:scale(1.2);
transform:scale(1.2);
}

.hovereffect:hover .overlay {
opacity:1;
filter:alpha(opacity=100);
}

.hovereffect:hover p,.hovereffect:hover a.info {
opacity:1;
filter:alpha(opacity=100);
-ms-transform:translatey(0);
-webkit-transform:translatey(0);
transform:translatey(0);
}

.hovereffect:hover a.info {
-webkit-transition-delay:.2s;
transition-delay:.2s;
}

.hovereffect::after {
  content: " "; 
  display: table; 
  clear:both
}


/* Petites Actus */

#petites_actus { 
   margin: 0 auto; 
   padding: 1em 1em 6em 1em; 
   width: 100%; 
   background-size: auto 100%;
}

#petites_actus h3 {
   font-size:1.3em;
}

.actuAcc {
   margin: 0 0 2em 0;
}

.actuAcc h2 { padding-top: 0 }

.sommaire .hovereffect { margin-bottom: 1em }

/*** Reseaux ***/

#reseaux { position: absolute; right:0; top: 0; display: table; height:50% }
#reseaux div { display: table-cell; vertical-align: bottom }
#reseaux div a { font-size: 2em; padding-left:0.5em }

/* Articles */

article { padding-bottom: 3em }


/* Slider */

#slider * { color: #fff } 

#slider { 
   position: relative;
   height:500px;
   width: 100%;
   margin: 0;
   overflow: hidden;
   background-color:#0090d7;
   z-index: 900
}

.cycle-slideshow { width: 100%; height:100%; overflow: hidden; margin: 0 auto }

.NewsSummaryMorelink { font-weight: bold }

#slider .sommaire {
   position: relative;
   width: 100%;
   height:100%;
   min-height:100%;
   background-size:cover;
   background-position:center;
   font-size:1.2em;
   padding:5em
}

#slider .sommaire .cont {
   display: flex;
   flex-direction:column;
   height:100%;
   width:100%;
   opacity:0;
}

#slider .sommaire .cont2 {
   height:auto;
   width:auto;
   padding: 0.5em
}

#slider .table .cell div div {
   display: inline-block;
   width: auto;
   padding:1em;
   background-color:rgba(255,255,255,0.85)
}

.fadeIn1s {
   -webkit-animation:fadeIn1s 1s;
   -moz-animation:fadeIn1s 1s;
   -o-animation:fadeIn1s 1s;
   animation:fadeIn1s 1s;
   -webkit-animation-fill-mode:forwards;
   -moz-animation-fill-mode:forwards;
   -o-animation-fill-mode:forwards;
   animation-fill-mode:forwards;
}

.fadeIn2s {
   -webkit-animation:fadeIn2s 2s;
   -moz-animation:fadeIn2s 2s;
   -o-animation:fadeIn2s 2s;
   animation:fadeIn2s 2s;
   -webkit-animation-fill-mode:forwards;
   -moz-animation-fill-mode:forwards;
   -o-animation-fill-mode:forwards;
   animation-fill-mode:forwards;
}


.LtoR {
   animation: MLtoR 2s;
}

@keyframes MLtoR {
   0%   { margin-left:+100px }
   100% { margin-left:0px }
}

@-webkit-keyframes fadeIn1s { from { opacity:0; } to { opacity:1; } }
@-webkit-keyframes fadeIn2s { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn1s { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn2s { from { opacity:0; } to { opacity:1; } }
@-o-keyframes fadeIn1s { from { opacity:0; } to { opacity:1; } }
@-o-keyframes fadeIn2s { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn1s { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn2s { from { opacity:0; } to { opacity:1; } }

#slider h2 {
   font-size: 2em;
   padding: 0;
}

#slider p {
   font-size: 1.2em;
}

#pager {
  max-width:1200px;
  width: 100%;
  margin: 0 auto;
  left: 1em;
  bottom: 2em;
}

#pager span {
   font-size: 2em;
   padding: 0 0.2em 0 0;
   cursor: pointer;
   color:#0090d7
}

#pager .cycle-pager-active {
   color: #fff
}


/* Typos */

h1, h2, h3 { color:#0090d7; font-weight: 300; line-height:115% }

h1 { padding: 0 0 1em 0; font-weight: 300 }
h2 { padding: 0 0 0.5em 0; font-size: 1.5em; color: #888 }
h3, p { padding: 0 0 0.5em 0; line-height:130% }
.petit { font-size:0.7em }
article a p { color:#555 }

.sommaire a:hover * { color:#0090d7 }
.sommaire a.info:hover * { color:#fff } 

/* Plan */
.plan { width:100%; height:500px }


/* Mesg Cookies */
.Msgcookie {
   display: block;
   z-index: 10000;
   position: fixed;
   left: 0; 
   bottom: 0;
   padding: 1em;
   width: 100%;
   background-color: #372f2b;
   color: #fff;
   text-align:center
}
.Msgcookie p { font-size: 0.8em }
.Msgcookie p a { color:#ccc; padding: 0.5em; background-color:#000; margin:0 0.5em }
.Msgcookie p a:hover { color:#fff }
.Msgcookie .close { float: right; cursor:pointer }

/* Tiny */
.mce-content-body .blanc { color:#bbb }
.mce-content-body .col { border:1px dotted #ccc }


/* Mobiles */

@media only screen and (max-width: 1199px) {
   #main, .actuAcc { padding: 1em }
   #reseaux, #slogan { right:1em }
}

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


  iframe { width: 100%; min-height: 800px }
  #cookiesdirective input { display: block; margin: 1em auto }
  body { font-size: 1em }
  .col { flex-basis: 100%; width: 100%; max-width: 100%; margin-right: 0; padding-bottom:2em }
  #lightgallery .col { flex-basis:100%; margin:0; padding-bottom:1em }
  #slider { height:200px }
  #slider .sommaire { padding:1em; font-size:0.8em }
  img { width: 100%; height: auto }
  #reseaux { position:relative; width:50%; left:25%; height:2em }
  #reseaux div { text-align: center }
  #logo, #reseaux { margin-bottom: 1em }
  #logo a { margin: 0 auto }
  #logo p { font-size:1.4em }
  #logo img {
     display: block;
     position: relative;
     margin:0;
     width: auto;
     max-width:60px
  }

  #slogan { display: none }

  #menu_lang { margin-top: -90px }

  .contBas { padding: 1em }

  .huitieme, .quart { width: 50% }

   #petites_actus article {
      min-height:0;
      width: 100%;
      margin: 0;
   }
   #petites_actus { padding-bottom:0 }

  .formulaire label, .formulaire textarea { width: 100% }
  #haut { float:none; margin:0 }
  .ligne { margin:0 }
  .plan { height:300px }
  .bas { position:relative; margin-top:1em }
}

@media only screen and (min-width: 481px) and (max-width: 1024px)  {
  #slider { height:300px }
}


/* Impression */

@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}
/* cmsms stylesheet: produits modified: dimanche 8 janvier 2017 17:54:24 */
ul#produits { margin:0; padding:0 }
ul#produits li { list-style-type: none }
ul#produits li h3 { text-align: center }
