/* cmsms stylesheet: Tronconneuse modified: 05/12/2024 16:28:50 */

/* marge égale entre header-nav-content-articles-footer */

* {
   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: 1.231; }
body, button, input, select, textarea, nav li a { font-family: 'Roboto Condensed', sans-serif; color: #4d4c4c; font-weight:300 }


.blocProg { display: none; margin-top:1em }


/* Navi */
#navigation { margin:2em 0; padding:0; text-align:center }
#navigation li { display:inline-block; padding:0.5em; margin:0 0.5em; background-color:#afcb08; transition: 0.2s ease-in }
#navigation li:hover { background-color:#555 }
#navigation li a { color:#fff }

#goUp {
   background-color: #afcb08;
   font-size: 2em;
   width: auto;
   position: fixed;
   z-index:3000;
   right: 0;
   bottom: 0;
   height: auto;
}

#goUp a { color: #fff; padding:0 1em }


/* Liens */
a { 
   color: #afcb08; text-decoration: none;
   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 */

.blanc, .blanc a { color:#fff }
.noir { color:#000 }
.vert { color:#afcb08 }
.fdvert { background-color:#afcb08 }
.gris { color:#cbcbc4 }
.fdgris { background-color:#cbcbc4 }
.fdgris2 { background-color:#f3f3ed }
.marron, .marron a { color:#5e524d }
.fdmarron { background-color:#5e524d }

.chiffre { color:#afcb08; font-size:1.4em }
 
.orange, .orange a, .orange h2, .orange h3  { color:#d35202 }
.fdorange { background-color:#d35202 }
 
.violet, .violet a, .violet h2, .violet h3 { color:#77678a }
.fdviolet { background-color:#77678a }

.bleu, .bleu a, .bleu h2, .bleu h3 { color:#599cc3 }
.fdbleu { background-color:#599cc3 }

.fdbleu p, .fdbleu li,
.fdorange p, .fdorange li,
.fdviolet p, .fdviolet li { color: #fff }

.bouton { display: inline-block; padding: 0.5em; background-color:#afcb08; color:#fff; transition: 0.2s ease-in }
.bouton:hover { background-color:#555; color:#fff }
.retour { display: block; padding-top:2em }
.retour i { padding-right: 1em }

.infos { margin-top:1em; padding: 2em; color: #fff }
.infos p { display: table-cell; vertical-align: middle; width:60%; padding:0; color: #fff }
.infos .fa { display: table-cell; vertical-align: middle; text-align: center; font-size: 3em; padding: 0.2em; width:35% }

.table { position:relative; display: table; }
.pdf { padding: 0.5em; margin-bottom:1em; background-color: rgba(0,0,0,0.5) }
.pdf a { color: #fff }

.pleine { width:100%; clear: both }

/* Typos */
abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: 400; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 0px; border: 0;  margin: 0; padding: 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; }

.petit { font-size: 0.75em }


/* 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: 0 0 1em 0; padding: 0 0 0 2em }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 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; -webkit-appearance: none; -moz-appearance: none; appearance: none; }

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; }
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 */

td { vertical-align: top; }
.separation { border:1px dotted #ccc; margin:0 0 1em 0 }

@media (max-width: 890px) {

}

@media (min-width: 300px) and (max-width: 700px) {

}



img {
   /*border-radius: 0.5em;*/
   width: 100%;
   height: auto
}


body {
   background-color: #fff;
   color: #555;
   overflow:hidden
}

div#container {
   position:relative;
   width: 100%;
   margin: 0 auto;
   background-color: transparent;
}

.table { position:relative; display: table; }


/* Header */

header {
   position: relative;
   width: 100%;
   height: auto;
   margin: 0;
   padding: 0;
   background-color:#1c1c1c
}

div#slogan {
   position: absolute;
   top: 4em;
   right: 1em;
   font-size: 1em;
   margin: 0;
   text-align: right
}

div#reseaux {
   position: absolute;
   top: 0.5em;
   right: 0.5em;
   font-size: 2em;
   margin: 0;
   text-align: right
}

div#reseaux ul li { float: left; list-style-type: none; padding: 0 0 0 0.5em }



#logo {
   position: relative;
   padding:2em;
   text-align:center
}

#logo img {
   width: 16%;
   height: auto;
   max-width: 250px;
}


#main {
   position: relative;
   margin:3em auto; 
   padding: 0 0 1em 0; 
   max-width: 1200px;
   z-index: 1000
}


.centre { margin:0 auto; max-width: 1200px; width: 100% }

.satisfaction {
  text-align:center;
  margin: 2rem auto;
  font-weight:400
}

.satisfaction h3 { font-size: 2rem }


.satisfaction p span { font-size: 3rem; color:#afcb08 }



#bas {
   width: 100%;
   height: auto;
   margin: 0;
   padding: 1em;
   font-size: 1em;
}

.contBas, .contBas a {
   color: #fff;
   width: 100%;
   max-width: 1200px;
   margin: 0 auto;
   padding: 1em 0
}

.contBas a:hover { color: #000}

.contBas h3 {
   color: #fff
}

.contBas .tiers { min-height: 5em }

/* Footer */

footer {
   width: 100%;
   height: auto;
   margin: 0 auto;
   padding: 1em;
   text-align: center;
   background-image: url(../../design/footer.png);
   background-repeat: no-repeat;
   background-position: left bottom;
}

footer p {
   font-size: 1em
}
footer h4 {
   font-size: 1.2em
}


#haut { float: right; font-size: 2em }
a#haut { color: #fff }
a#haut:hover { color: #777 }

/* Grille */

.grille2c50pc {
   display:grid;
   grid-template-columns: repeat(2,1fr);
   grid-gap:2em
}

.flex50 { display: flex; width:50%; flex-basis:50%; max-width:50%; flex-direction: column; margin:0 auto }

.grille4c25pc {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  grid-gap: 2em;
}



.mce-visualblocks .quart {
   width:22.5%
}
.mce-visualblocks .demi {
   width:45%
}
.mce-visualblocks .deuxtiers {
   width:64%
}
.mce-visualblocks .huitieme {
   width:11.5%
}

/* iframe */

iframe { width: 100% }


/* Formulaire */

.formulaire legend { display: none }
.formulaire input, .formulaire textarea { border:0; background-color: #eee; }
.formulaire label, .formulaire input { float: left }
.formulaire div { clear: both; padding: 0.5em 0 }
.formulaire label, .formulaire textarea, .formulaire input { width: 100% }
.formulaire label { margin-right: 4% }
.formulaire .submit { display: block; width: 100%; }
.formulaire .submit input { width: 100%; background-color: #b6c527; color: #fff; padding: 0.5em; border:0px } 
.error { color: red }


/* Articles */

.actuSom { margin-bottom: 2em }
.actuSom h2, .actuSom h3 { height: 5em }

/* Grandes Actus */

#grandes_actus { 
   position: relative;
   height: 400px;
   width: 100%;
   margin: 0;
   overflow: hidden;
   background-color: #eee;
   z-index: 900
}

.cycle-slideshow { width: 100%; height: 400px; overflow: hidden; margin: 0 auto }



#grandes_actus .NewsSummary {
   position: relative;
   width: 100%;
   float: left;
   min-height: 400px;
}

#grandes_actus .NewsSummary img {
   margin-left: 1em
}

#grandes_actus .NewsSummary .table {
   position: relative;
   width: 100%;
   max-width: 1200px;
   height: 400px;
   margin: 0 auto;
}

#grandes_actus .NewsSummary {
   background-repeat: no-repeat;
   background-size: cover;
   background-position:center
}

.table .cell {
   display: table-cell;
   vertical-align:middle;
   text-align: center
}
.table .cell h1 { position:relative; z-index:200; display:inline-block; color:#fff; padding:0.5em 1em; background-color:rgba(0,0,0,0.7) }

.cell.equipe { vertical-align: top; }

#grandes_actus .table .cell {
   opacity:0;
}



#grandes_actus .cell.aucun p {
   background-color: transparent;
}

#grandes_actus .cell .exerg { position:absolute; display:table; right:0; bottom:-1em; border-radius: 50%; width:10em; height:10em; background-color:#afcb08 }
#grandes_actus .cell .exerg p { display:table-cell; vertical-align:middle; text-align: center; color:#fff }

.exerg {
    -webkit-animation: mover 1s;
    animation: mover 1s;
}

@-webkit-keyframes mover {
    0% { transform: translateY(+100px); }
    100% { transform: translateY(0); }
}
@keyframes mover {
    0% { transform: translateY(+100px); }
    100% { transform: translateY(0); }
}


#grandes_actus iframe { width:100%; height:auto }

.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;
}

@-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; } }

#grandes_actus .NewsSummary h2 {
   font-size: 1.7em;
   color: #fff;
   padding: 0 0 0.6em 0;
}

#grandes_actus .NewsSummary p {
   font-size: 1.1em;
   color: #fff;
   padding: 1em
}

#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;
}

#pager .cycle-pager-active {
   color: #fff
}

.hovereffect img.zoom_ic { display: inline; width: 3em; height: 3em }

/* Effets */

.imageSom {
   position:relative;
   margin-bottom:1em;
}

.imageSom  a {
   position: relative;
}

.imageSom img {
  position: relative;
  display: inline-block;  
  vertical-align: middle;

}



/* Effets images */


/* 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:block;
   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
}

.captchapict { max-width: 300px }


/* Typos */

h1, h2, h3 { color: #afcb08 }
h1 { padding: 2em 0 }
.accueil h1 { display: block; margin: 0; padding: 0 0 0.5em 0; background-color:#fff }
h2 { padding: 2em 0; font-size: 1.3em; color: #5e524d }
h3, p { padding: 0 0 0.5em 0 }
h1, h2, h3, h4, h5 {
   font-family: 'Baumans' !important;
   font-weight:normal;
   line-height: 110%
}
h3 { font-size:1.4em }
p, li { color: #4d4c4c; }
.chapeau { font-weight: 400; padding: 0 0 1em 0 }

/* Mesg Cookies */

#cookiesdirective { padding-top: 1em }
#cookiesdirective input { position: relative; margin-top:-1em; background-color: #afcb08; color: #fff; border:0 }

/* Editeur */
.mce-content-body * { opacity:1 }
.mce-content-body .cell,
.mce-content-body .demi,
.mce-content-body .tiers,
.mce-content-body .col,
.mce-content-body .quart { border:2px dotted #ddd }

.mce-object-iframe { width:100% }




/* Mobiles */


@media only screen and (min-width: 1200px) and (max-width: 1920px) {
   #grandes_actus, .cycle-slideshow, #grandes_actus .NewsSummary, #grandes_actus .NewsSummary .table { height: 528px; min-height: 528px }
}

@media only screen and (min-width: 1025px) and (max-width: 1199px) {
   #main, .accueil #main, .actuAcc, #petites_actus { padding: 1em }
   #grandes_actus, .cycle-slideshow, #grandes_actus .NewsSummary, #grandes_actus .NewsSummary .table { height: 400px; min-height: 400px }
}

@media only screen and (max-width: 1024px) {
   #main { padding:1em }
   .actuSom h2 { font-size: 1.1em }
   #grandes_actus, .cycle-slideshow, #grandes_actus .NewsSummary, #grandes_actus .NewsSummary .table { height: 282px; min-height: 282px }
   #petites_actus { padding:1em }
   .table .cell h1 { font-size: 1.1em }
   #grandes_actus .cell .exerg p { font-size: 0.8em }
   #navigation { margin:0 }
   #navigation li a { font-size:0.6em }
   #navigation li { margin: 0 }
}

@media only screen and (max-width: 480px) {

  body { font-size: 0.9em }
  header { height: auto }
  img { width: 100%; height: auto }
  #logo { left:0 }
  #logo img {
     display: block;
     position: relative;
     margin:0 auto;
     width: 70%
  }
  h1 { max-width:20em }
   div#reseaux {
     position: absolute;
     width: 100%;
     bottom: 0.5em;
     left:0;
     right: 0;
     top: auto;
     font-size: 2em;
     margin: 0;
   }
  div#reseaux ul { width:100%; text-align: center; margin:0; padding:0 }
  div#reseaux ul li { display: inline; float: none; margin:0; padding:0 }
  #slogan { display: none }
  #menu_lang { margin-top: -90px }
  .contBas { padding: 1em }
  .tiers, .demi, .deuxtiers, .actuAcc .NewsSummary, .actuAcc .tiers { width: 100%; margin-bottom: 0.5em }
  .quart, .huitieme { width: 50%;  }
  .quart.cell { float: left; }
  .quart.cell:nth-child(2n+1){
    clear:left
}
   #petites_actus { padding: 1em }
   #petites_actus article {
      float: left;
      min-height:0;
      width: 100%;
      margin: 0 0 2% 0;
   }
  .btn, .formulaire label, .formulaire textarea, .demi, .demi.marge0, h1 { width: 100% }
  .actuSom h2, .actuSom h3 { height: auto }
  .actuSom { margin-bottom:1.5em }
  .grille2c50pc { grid-template-columns:1fr }
  #navigation li { width:100% }
  #navigation li a { font-size:1em }
  .flex50 { width:100%; max-width:100%; flex-basis:100% }
}

@media only screen and (min-width: 481px) and (max-width: 768px)  {

  #logo img {
     display: block;
     position: relative;
     width: 100%;
     margin:0
  }

}


/* 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; }
}
