<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/* CSS Document */

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  width: auto;

}

.col-100-m {
  width: 100%;
}

.col-90-m {
  width: 90%;
}

.col-80-m {
  width: 80%;
}

.col-70-m {
  width: 70%;
}

.col-60-m {
  width: 60%;
}

.col-50-m {
  width: 50%;
}

.col-40-m {
  width: 40%;
}

.col-30-m {
  width: 30%;
}

.col-20-m {
  width: 20%;
}

.col-10-m {
  width: 10%;
}

.col-33-m {
  width: 33%;
}

.col-66-m {
  width: 66%;
}

.col-25-m {
  width: 25%;
}

.col-75-m {
  width: 75%;
}

img, table, td, blockquote, code, pre, textarea, input, iframe, object, embed, video {
  max-width: 100%;
}

img {
  height: auto;
}

textarea, table, td, th, code, pre, samp {
  -webkit-hyphens: auto;
  /* césure propre */
  -moz-hyphens: auto;
  hyphens: auto;
  word-wrap: break-word;
  /* passage à la ligne forcé */
}

.hide-m {
  display: none;
}

.show-m {
  display: block !important;
}

.page
 {
  width: 100%;
  padding-left: 25px;
  padding-right: 25px;
}


#vp #large {
  display: none !important;
}

#vp #medium {
  display: block !important;
}

#vp #small {
  display: none !important;
}

header.strip #logo a {
  width: 300px;
}
#page-1 header.strip #logo a {
  width: 350px;
}

.wrapper-slide .fs .legende p {
  font-size: 30px;
}
.wrapper-slide .fs .legende p strong {
  font-size: 35px;
}
.content h1 {
  font-size: 26px;
}
.content h2 {
  font-size: 24px;
}

.padd-r-m {
  padding-right: 25px;
}
.padd-l-m {
  padding-left: 25px;
}

header .wrapper-menu .mainbar nav ul li a {
    font-size: 14px;
}

header .wrapper-menu .contacter a i {
    display: none;
}</pre></body></html>