/*  
 *  Perceval - Mobile Stylesheet
 *
 *  basé sur css Flipboard.com
 *
 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

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

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}


/**
 * Media query wrapper to apply when the viewport is below specified width.
 *
 * Usage:
 *      @include respond-below(360px) {
 *          .some-class {
 *              width: 100px;
 *          }
 *      }
 */
/**
 * Media query wrapper to apply when the viewport is above specified width.
 *
 * Usage:
 *      @include respond-above(960px) {
 *          .some-class {
 *              width: 800px;
 *          }
 *      }
 */
/**
 * Media query wrapper to apply when the viewport is above specified width.
 *
 * Usage:
 *      @include respond-orientation(landscape) {
 *          .some-class {
 *              width: 800px;
 *          }
 *      }
 */


/*
----------------------------------------------------

----------------------------------------------------
*/
@font-face {
  font-family: "HelveticaNeueThCn";
  src: url('https://scout-perceval/m/stylesheets/fonts/HelveticaNeueLTCom-ThCn.ttf') format('truetype'), url('/m/stylesheets/fonts/HelveticaNeueLTCom-ThCn.woff') format('woff');
}

@font-face {
  font-family: "HelveticaNeueLtCn";
  src: url('https://scout-perceval/m/stylesheets/fonts/HelveticaNeueLTCom-LtCn.ttf') format('truetype'), url('/m/stylesheets/fonts/HelveticaNeueLTCom-LtCn.woff') format('woff');
}

@font-face {
  font-family: "HelveticaNeueLtCnO";
  src: url('https://scout-perceval/m/stylesheets/fonts/HelveticaNeueLTCom-LtCnO.ttf') format('truetype'), url('/m/stylesheets/fonts/HelveticaNeueLTCom-LtCnO.woff') format('woff');
}

@font-face {
  font-family: "HelveticaNeueMdCn";
  src: url('https://scout-perceval/m/stylesheets/fonts/HelveticaNeueLTCom-MdCn.ttf') format('truetype'), url('/m/stylesheets/fonts/HelveticaNeueLTCom-MdCn.woff') format('woff');
}

@font-face {
  font-family: "HelveticaNeueBdCn";
  src: url('https://scout-perceval/m/stylesheets/fonts/HelveticaNeueLTCom-BdCn.ttf') format('truetype'), url('/m/stylesheets/fonts/HelveticaNeueLTCom-BdCn.woff') format('woff');
}

html,
body {
  background-color: #fff;
  font-size: 14px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.5em;
}

a {
  color: #b31f17;
  outline: 0;
  text-decoration: none !important;
}
.no-touch a:hover {
  text-decoration: underline;
}

p {
  margin: 1em 0;
}

ul.get-app, header.global > .inner, .feature-wrapper, .content-guide, .feature-bookmarklet .bookmarklet-grid, .feature-flip-ui > .inner {
  *zoom: 1;
}
ul.get-app:after, header.global > .inner:after, .feature-wrapper:after, .content-guide:after, .feature-bookmarklet .bookmarklet-grid:after, .feature-flip-ui > .inner:after {
  content: "";
  display: table;
  clear: both;
}

.main-column, .make-it-your-own > .inner, .feature-flip-ui > .inner {
  margin: 0 auto;
  padding: 0 35px;
}

h1, h2, h3, h4, h5, h6 {
  color: #363636;
  font-family: 'Oswald', sans-serif;
  font-weight: normal;
  line-height: 1em;
}
h1.subhead, h2.subhead, h3.subhead, h4.subhead, h5.subhead, h6.subhead {
  color: #b7b7b7;
}

h2
{
font-size:1.1em;
margin-bottom:5px;
}

h3
{
margin-bottom:20px;
}

h3.subhead.centenaire
{
  color: #fff;
}

.lien
{
display:inline-block;
color:#ffffff;
background-color: #9C4343;
border:1px solid #9C4343;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
height:40px;
line-height:40px;
width:80%;
text-align:center;
text-transform:uppercase;
font-weight:normal;
}

a.lien:hover, a.lien:active, a.lien:visited
{color:#ffffff;
text-decoration:none;
text-color:#fff;
}

.lientel
{
display:inline-block;
background-color:#ffffff;
border:1px solid #9C4343;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
height:40px;
line-height:40px;
padding: 0 15px 0 15px;
text-align:center;
text-transform:uppercase;
font-weight:normal;
margin-top:10px;}

.lienmail
{
display:inline-block;
background-color:#ffffff;
border:1px solid #9C4343;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
height:40px;
line-height:40px;
padding: 0 15px 0 15px;
text-align:center;
text-transform:uppercase;
font-weight:normal;
margin:10px 0 20px 0 ;}

.lienmail img
{
vertical-align:middle;
}

.lien100
{
display:inline-block;
color:#ffffff;
background-color: #5E98B5;
border:1px solid #5E98B5;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
height:40px;
line-height:40px;
width:80%;
text-align:center;
text-transform:uppercase;
font-weight:normal;
}

.liencaju20
{
display:inline-block;
color:#ffffff;
background-color: rgba(0, 54, 138, 0.6);
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
height:40px;
line-height:40px;
width:80%;
text-align:center;
text-transform:uppercase;
font-weight:normal;
}

.lienco19
{
color: #fd2f0f;
display:inline-block;
background-color: #fd910f;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
height:40px;
line-height:40px;
width:80%;
text-align:center;
text-transform:uppercase;
font-weight:normal;
}

.lienparticipation
{
display:inline-block;
color:#ffffff;
background-color: #0C4175;
border:1px solid #0C4175;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
height:40px;
line-height:40px;
width:80%;
text-align:center;
text-transform:uppercase;
font-weight:normal;
}

.vignette_unite img
{
margin-right:5px;
margin-top:5px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}

.debug-line {
  border-top: 1px solid red;
  position: absolute;
  width: 100%;
}

#dernieres_activites {
margin-bottom: 20px;
font-size:90%;
border-width: 0px 0px 1px 0px;
border-style: dotted;
color: #363636;
text-align:left;
}

.img_486 {
font-size:90%;
background-color:#fff;
border-width: 0px 0px 1px 0px; 
border-style: dotted; 
}

/*
----------------------------------------------------

----------------------------------------------------
*/
a:hover {
  color: inherit !important;
}

#wrapper {
  overflow: hidden;
  /* Prevents horizontal scrolling caused by large elements. */
}



.content-area ol {
  list-style-type: decimal;
  margin-bottom: 20px;
  margin-left: 15px;
}
.content-area ol li {
  margin-bottom: 10px;
}

.modal-shade {
  background: #363636;
  display: none;
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 98;
}

.modal-window {
  background: #FFF;
  height: auto;
  left: 50%;
  margin-left: -135px;
  overflow: hidden;
  padding: 45px 20px 20px;
  position: absolute;
  top: 20px;
  width: 270px;
  z-index: 99;
  -webkit-box-shadow: 0px 5px 30px #363636;
  -moz-box-shadow: 0px 5px 30px #363636;
  box-shadow: 0px 5px 30px #363636;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (orientation: landscape) {
  .modal-window {
    position: absolute;
  }
}


/*
----------------------------------------------------

----------------------------------------------------
*/
header.global {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 97;
}
header.global > .inner {
  margin: 36px auto;
  position: relative;
  width: 250px;
}
header.global .logo-mobile-icon {
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  display: block;
  float: left;
}
header.global nav {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
  background-color: #fff;
  font-size: 1.42em;
  left: 60px;
  position: absolute;
  top: 0;
  width: 190px;
}
header.global nav a {
  display: block;
}
header.global nav > a {
  background-image: url("../img/little/submenu-carat.png");
  background-position: 100% 0;
  background-repeat: no-repeat;
  color: #363636;
  padding: 15px 18px 14px;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
  header.global nav > a {
    background-image: url("../img/little/submenu-carat@2x.png");
    background-size: 50px 100px;
  }
}
header.global nav > ul {
  display: none;
  height: auto;
  margin: 0 15px 20px;
  overflow-y: auto;
}
header.global nav > ul a {
  color: #959595;
  padding: 7px 0;
}
header.global nav > ul .on a {
  color: #b31f17;
}
header.global nav.open > a {
  color: #b31f17;
  background-position: 100% -50px;
}
header.global nav.open > ul {
  display: block;
}


footer {
  color: #b7b7b7;
  font-size: 12px;
  padding: 40px 20px;
  text-align: center;
  background-image: -webkit-gradient(radial, 50% 100%, 0, 50% 100%, 100, color-stop(0%, #f3f3f3), color-stop(100%, #ffffff));
  background-image: -webkit-radial-gradient(50% 100%, #f3f3f3, #ffffff);
  background-image: -moz-radial-gradient(50% 100%, #f3f3f3, #ffffff);
  background-image: -o-radial-gradient(50% 100%, #f3f3f3, #ffffff);
  background-image: radial-gradient(50% 100%, #f3f3f3, #ffffff);
}
footer p {
  line-height: 1.25em;
  margin: 0;
  padding: 10px 0;
}
footer li {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  vertical-align: top;
}
footer a {
  color: #b7b7b7;
  border-left: 1px solid #b7b7b7;
  margin-left: 8px;
  padding-left: 8px;
}



/*
----------------------------------------------------
global
----------------------------------------------------
*/
.feature {
  background: white url(../img/feature-gradient.png) center 100% no-repeat;
}

.feature-divider {
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #fafafa), color-stop(50%, #d9d9d9), color-stop(100%, #fafafa));
  background-image: -webkit-linear-gradient(left, #fafafa, #d9d9d9, #fafafa);
  background-image: -moz-linear-gradient(left, #fafafa, #d9d9d9, #fafafa);
  background-image: -o-linear-gradient(left, #fafafa, #d9d9d9, #fafafa);
  background-image: linear-gradient(left, #fafafa, #d9d9d9, #fafafa);
  height: 1px;
  width: 100%;
margin-top:30px;
}

.fond_gris
{
background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #FCFCF9),
	color-stop(1, #FFFFFF)
);
background-image: -o-linear-gradient(bottom, #FCFCF9 0%, #FFFFFF 100%);
background-image: -moz-linear-gradient(bottom, #FCFCF9 0%, #FFFFFF 100%);
background-image: -webkit-linear-gradient(bottom, #FCFCF9 0%, #FFFFFF 100%);
background-image: -ms-linear-gradient(bottom, #FCFCF9 0%, #FFFFFF 100%);
background-image: linear-gradient(to bottom, #FCFCF9 0%, #FFFFFF 100%);
}

.badge
{
width:75px;
position:absolute;
top:-15px;
margin-left:-50px;
transform:rotate(7deg);
-ms-transform:rotate(7deg); /* IE 9 */
-webkit-transform:rotate(7deg); /* Safari and Chrome */
}

.shadow
{
display:inline-block;
}

.card_responsable
{
margin: 0px auto 20px auto;
width:234px;
background-color:#F3F5E9;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}

.photo_resp
{
-webkit-border-top-left-radius: 2px;
-webkit-border-top-right-radius: 2px;
-moz-border-radius-topleft: 2px;
-moz-border-radius-topright: 2px;
border-top-left-radius: 2px;
border-top-right-radius: 2px;
}

#article_jdb
{
text-align:left;
}

#article_jdb img
{
margin:auto;
width:100%;
}


.hero.simple .hero-image {
  opacity: 0;
}
.hero.bg-image {
  opacity: 0;
}
.hero.carousel .carousel-wrapper {
  opacity: 0;
}

.search-bubble {
  overflow: hidden;
  position: relative;
}
.search-bubble > .inner,
.search-bubble > .inner img {
  position: absolute;
}

.feature-bookmarklet {
  text-align: center;
}
.feature-bookmarklet .bookmarklet-zoom {
  position: absolute;
}

.feature {
  overflow: hidden;
  text-align: center;
}
.feature > .inner {
  margin: 0 auto;
  max-width: 420px;
  min-width: 260px;
  width: 80%;
}
.feature .head,
.feature .subhead {
  font-size: 1.42rem;
}
.feature .head.big,
.feature .subhead.big {
  font-size: 2.15rem;
}
.feature .head.big span {
  font-size: 3rem;
}
.feature .description {
  font-size: 1rem;
}
.feature .note {
  font-size: 0.85rem;
}
.feature .note.feature-note {
  text-align: left;
}

.feature.nav {
background-color:#e4e4e4;
  padding: 10px 0 10px;
}

.btn {
	border: none;
	font-family: inherit;
	font-size: inherit;
	background: none;
	padding: 2px 2px;
	display: inline-block;
	margin: 1px 1px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	outline: none;
	position: relative;
	background: #d8d8d7;
	color: #ededeb;
	border-radius: 7px;
	padding: 25px;
}

.feature.hero {
background-image: linear-gradient(bottom, rgb(209,209,209) 0%, rgb(237,237,235) 21%);
background-image: -o-linear-gradient(bottom, rgb(209,209,209) 0%, rgb(237,237,235) 21%);
background-image: -moz-linear-gradient(bottom, rgb(209,209,209) 0%, rgb(237,237,235) 21%);
background-image: -webkit-linear-gradient(bottom, rgb(209,209,209) 0%, rgb(237,237,235) 21%);
background-image: -ms-linear-gradient(bottom, rgb(209,209,209) 0%, rgb(237,237,235) 21%);

background-image: -webkit-gradient(
	linear,
	right bottom,
	right ,
	color-stop(0, rgb(209,209,209)),
	color-stop(0.21, rgb(237,237,235))
);
  padding: 94px 0 30px;
}

.feature.centenaire {
background-image: linear-gradient(bottom, rgb(48,115,148) 0%, rgb(78,147,181) 20%);
background-image: -o-linear-gradient(bottom, rgb(48,115,148) 0%, rgb(78,147,181) 20%);
background-image: -moz-linear-gradient(bottom, rgb(48,115,148) 0%, rgb(78,147,181) 20%);
background-image: -webkit-linear-gradient(bottom, rgb(48,115,148) 0%, rgb(78,147,181) 20%);
background-image: -ms-linear-gradient(bottom, rgb(48,115,148) 0%, rgb(78,147,181) 20%);
background-image: -webkit-gradient(
	linear,
	right bottom,
	right top,
	color-stop(0, rgb(48,115,148)),
	color-stop(0.2, rgb(78,147,181))
);
  width:100%;
  padding: 47px 0 47px;
}

.feature.caju20{
background-color: #00235d;
background-image: url("https://www.scout-perceval./wp-content/uploads/2020/01/background_darker.jpg");
background-position: left top;
background-size: cover;
background-repeat: no-repeat;
width:100%;
  padding: 47px 0 47px;
}


#caju20 h2{
Color: rgba(0, 54, 138, 0.8);
}

#caju20 p{
color: white;
}



.feature.co19 {
background-color: #fda50f;
width:100%;
  padding: 47px 0 47px;
}

#co19 h2{
color: #fd560f;
}
#co19 h3{
color: #ef6f0d;
}



.feature-search {
  padding: 50px 0 0;
}
.feature-search .animation {
  background-image: url("../img/little/iphone.png");
  background-position: 50% 100%;
  background-repeat: no-repeat;
  height: 346px;
  position: relative;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
  .feature-search .animation {
    background-image: url("../img/little/iphone@2x.png");
    background-size: 646px 317px;
  }
}
.feature-search .animation .search-bubble {
  background-image: url("../img/little/home/search-bubble.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  height: 340px;
  left: 50%;
  margin-left: -128px;
  position: absolute;
  top: 5px;
  width: 340px;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
  .feature-search .animation .search-bubble {
    background-image: url("../img/little/home/search-bubble@2x.png");
    background-size: 340px 340px;
  }
}

.feature-sections {
  overflow: hidden;
  padding: 40px 0 0;
  position: relative;
}
.feature-sections .description {
  clear: both;
}

/*
* The "Browse Section" grid.
* ============================================= */
.content-guide {
  float: left;
  margin: 40px 0 40px -108px;
  width: 600px;
}
.content-guide .slit-flip-item {
  height: 64px;
  margin: 0 10px 10px 0;
  width: 152px;
  -webkit-box-shadow: 0px 5px 10px #b7b7b7;
  -moz-box-shadow: 0px 5px 10px #b7b7b7;
  box-shadow: 0px 5px 10px #b7b7b7;
}
.content-guide .slit-flip-item img {
  height: 64px;
  width: 152px;
}

/*
* iPad image and tiles
* ============================================= */
.make-it-your-own {
  background-image: url("../img/little/ipad.png");
  background-position: 50% 100%;
  background-repeat: no-repeat;
  margin-top: 140px;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
  .make-it-your-own {
    background-image: url("../img/little/ipad@2x.png");
    background-size: 570px 272px;
  }
}
.make-it-your-own,
.make-it-your-own > .inner {
  height: 272px;
}
.make-it-your-own > .inner {
  overflow: visible;
  position: relative;
}
.make-it-your-own > .inner > div {
  position: absolute;
}
.make-it-your-own > .inner > div img {
  display: block;
  height: auto;
  position: absolute;
  top: 100%;
}
.make-it-your-own .automotive {
  height: 21px;
  left: 138px;
  top: -37px;
  width: 118px;
  z-index: 35;
}
.make-it-your-own .automotive img {
  width: 118px;
}
.make-it-your-own .facebook {
  height: 27px;
  left: 37px;
  top: 8px;
  width: 133px;
  z-index: 36;
}
.make-it-your-own .facebook img {
  width: 133px;
}
.make-it-your-own .food {
  height: 26px;
  left: 188px;
  top: 79px;
  width: 114px;
  z-index: 40;
}
.make-it-your-own .food img {
  width: 114px;
}
.make-it-your-own .politics {
  height: 87px;
  left: 229px;
  top: -49px;
  width: 136px;
  z-index: 37;
}
.make-it-your-own .politics img {
  width: 136px;
}
.make-it-your-own .science {
  height: 88px;
  left: 69px;
  top: -120px;
  width: 165px;
  z-index: 39;
}
.make-it-your-own .science img {
  width: 165px;
}
.make-it-your-own .sports {
  height: 10px;
  left: -49px;
  top: 69px;
  width: 114px;
  z-index: 38;
}
.make-it-your-own .sports img {
  width: 114px;
}
.make-it-your-own .shadow {
  background: url("../img/home-personalize-tile-shadow.png") 0 0 no-repeat;
  background-size: 100% auto;
  height: 177px;
  left: -70px;
  opacity: 0.6;
  top: 20px;
  width: 452.5px;
  z-index: 30;
}

.feature-search-collections {
  padding: 40px 0 0;
}

/*
* General layout of the collections grid.
* The animation styles and card layouts 
* are defined in _slit-flip.scss
* ============================================= */
.collections-grid {
  margin-bottom: 10px;
  *zoom: 1;
}
.collections-grid:after {
  content: "";
  display: table;
  clear: both;
}
.collections-grid .slit-flip-item {
  float: none;
  height: 315px;
  margin: 0 0 28px 12px;
  width: 236px;
}
.collections-grid .slit-flip-item .top-slit {
  height: 51%;
}
.collections-grid .slit-flip-item .card-back a {
  bottom: 0;
  color: #707070;
  display: block;
  font-family: "HelveticaNeueMdCn", "HelveticaNeueW01-67MdCn 692710", Helvetica, sans-serif;
  font-size: 1.4em;
  line-height: 4.75em;
  position: absolute;
  text-align: center;
  width: 100%;
}
.collections-grid .slit-flip-item .card-back a:hover {
  color: #b31f17;
}
.collections-grid.slit-flip-holder .slit-flip-item.active .top-slit {
  -webkit-transform: rotateX(60deg) translate3d(0, 0, 0);
  -moz-transform: rotateX(60deg) translate3d(0, 0, 0);
  -ms-transform: rotateX(60deg) translate3d(0, 0, 0);
  -o-transform: rotateX(60deg) translate3d(0, 0, 0);
  transform: rotateX(60deg) translate3d(0, 0, 0);
}
.collections-grid.slit-flip-holder .slit-flip-item.active .top-shadow {
  opacity: 0.25;
}
.collections-grid .collections-shadow {
  background: transparent url(../img/home/collection-cover-shadow.png) no-repeat;
  background-position: 100% 0;
  background-size: auto 100%;
  height: 315px;
  left: -32px;
  position: absolute;
  top: 0;
  width: 32px;
  z-index: 0;
}
.collections-grid .collections-shadow-bottom {
  background: transparent url(../img/home/collection-cover-shadow-bottom.png) no-repeat;
  background-size: 100% auto;
  bottom: -12px;
  height: 12px;
  left: 0;
  position: absolute;
  width: 236px;
  z-index: 0;
}

.feature-bookmarklet {
  /*
   * General layout of the bookmarklet grid.
   * The animation styles and card layouts 
   * are defined in _slit-flip.scss
   */
}
.feature-bookmarklet > .inner {
  width: 100%;
}
.feature-bookmarklet .copy {
  margin: 0;
  padding: 45px 30px 30px;
}
.feature-bookmarklet .copy.secondary {
  background-image: url("../img/home/bookmarklet-browser.png");
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-position: 0 100%;
  margin-left: -182px;
  padding-bottom: 200px;
  padding-left: 212px;
  position: relative;
  text-align: center;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
  .feature-bookmarklet .copy.secondary {
    background-image: url("../img/home/bookmarklet-browser@2x.png");
    background-size: 364px 143px;
  }
}
.feature-bookmarklet .bookmarklet-zoom {
  -webkit-transform: scale(0.83);
  -moz-transform: scale(0.83);
  -ms-transform: scale(0.83);
  -o-transform: scale(0.83);
  transform: scale(0.83);
  left: 235px;
  top: 165px;
}
.feature-bookmarklet .feature-wrapper {
  margin: 0 auto;
  position: relative;
  width: 320px;
}
.feature-bookmarklet .bookmarklet-sequence {
  background-repeat: no-repeat;
  background-position: 0 0;
  height: 255px;
  right: -38px;
  position: absolute;
  top: -22px;
  width: 425px;
  z-index: 10;
}
.feature-bookmarklet .bookmarklet-grid {
  margin: 0 auto;
  width: 207px;
}
.feature-bookmarklet .bookmarklet-grid .slit-flip-item {
  height: 276px;
  margin: 0;
  width: 207px;
}
.feature-bookmarklet .bookmarklet-grid .bookmarklet-shadow {
  background: transparent url(../img/home/collection-cover-shadow.png) no-repeat 100% 0;
  background-size: 100% 100%;
  height: 276px;
  left: -10px;
  position: absolute;
  top: 0;
  width: 10px;
  z-index: 0;
}
.feature-bookmarklet .bookmarklet-grid .bookmarklet-shadow-bottom {
  background: transparent url(../img/home/collection-cover-shadow-bottom.png) no-repeat 50% 0;
  background-size: 100% 100%;
  bottom: -12px;
  height: 12px;
  left: 0;
  position: absolute;
  width: 207px;
  z-index: 0;
}

.feature-flip-ui > .inner {
  padding: 45px 0 0;
  position: relative;
}
.feature-flip-ui .something-for-everyone-ipad {
  background-image: url("../img/little/home/something-for-everyone.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  height: 441px;
  margin: 0 0 40px -95px;
  position: relative;
  width: 359px;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
  .feature-flip-ui .something-for-everyone-ipad {
    background-image: url("../img/little/home/something-for-everyone@2x.png");
    background-size: 359px 441px;
  }
}
.feature-flip-ui .footnote {
  bottom: auto;
  display: block;
  left: auto;
  margin: 1em 0;
  position: absolute;
  right: auto;
  top: 410px;
  text-align: center;
  width: 300px;
}
.feature-flip-ui .copy {
  line-height: 1.75em;
}
.feature-flip-ui .copy h2.head {
  font-size: 30px;
}
.feature-flip-ui .copy.secondary {
  clear: both;
  text-align: left;
}
.feature-flip-ui .copy.secondary h3.head {
  font-size: 30px;
}
.feature-flip-ui .bookmarklet-zoom {
  background-image: url("../img/little/home/bookmarklet-zoom.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  height: 156px;
  margin-left: -85px;
  width: 328px;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
  .feature-flip-ui .bookmarklet-zoom {
    background-image: url("../img/little/home/bookmarklet-zoom@2x.png");
    background-size: 328px 156px;
  }
}









/*
* Dark.
* ============================================= */

@media (prefers-color-scheme: dark) {






html,
body {
  background-color: #121212;
  color: rgba(255, 255, 255, 0.87);

}



h1, h2, h3, h4, h5, h6 {
  color: #81D4FA;
  font-family: 'Oswald', sans-serif;
  font-weight: normal;
  line-height: 1em;
}

h1.subhead, h2.subhead, h3.subhead, h4.subhead, h5.subhead, h6.subhead, h3.subhead.centenaire {
  color: rgba(255, 255, 255, 0.87);
}

p {
  color: rgba(255, 255, 255, 0.87);
}

a {
  color: #FFF59D;
  outline: 0;
  text-decoration: none !important;
}

.lien, .lientel, .lienmail {
color: #FFF59D;
background-color:#3d3d3d;
border:1px solid #3d3d3d;
}

a.lien:hover, a.lien:active, a.lien:visited,
a.lientel:hover, a.lientel:active, a.lientel:visited, 
a.lienmail:hover, a.lienmail:active, a.lienmail:visited,  {
color:#FFF59D;
text-color:#FFF59D;
}

.lienparticipation{
color: #121212;
background-color: #81D4FA;
border:1px solid #81D4FA;
}

.lien100
{
color:#FFAB91;
background-color: #121212;
border:1px solid #FFAB91;
}


.feature {
  background: #1e1e1e;
  padding-bottom: 20px;
  border-bottom: 10px solid #121212;
}

.feature p{
  color: rgba(255, 255, 255, 0.87);
}

.feature-divider {
  background: #1e1e1e;
  height: 0px;
  width: 100%;
  margin-top:0px;
}

.feature.nav {
background-color:#1e1e1e;
  padding: 10px 0 10px;
}

.btn {
	background: #373737;
	color: #rgba(255, 255, 255, 0.87);
}

.card_responsable {
background-color:#2d2d2d;
}

address{
	color: #rgba(255, 255, 255, 0.87);
}

table,tr,td{
	text-color: #rgba(255, 255, 255, 0.87);
}

.feature.hero {
	background: #121212;
}

.feature.centenaire{
background-image: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0)),
    url('img/kristian-lovstad-xplrF8WMitE-unsplash.jpg');
background-size: cover;
background-repeat: no-repeat;
width:100%;
padding: 47px 0 47px;
}

#centenaire h2{
color: #FFAB91;
}

.feature.caju20{
background-color: #00235d;
background-image: url("https://www.caju2021.scout-perceval.ch/wp-content/uploads/2020/01/background_darker.jpg");
background-position: left top;
background-size: cover;
background-repeat: no-repeat;
width:100%;
  padding: 47px 0 47px;
}

#caju20 h2{
color: rgba(0, 54, 138, 0.8);
}

#caju20 p{
	color: rgba(255, 255, 255, 0.87);
}

#dernieres_activites {
	color: rgba(255, 255, 255, 0.38);
}

.img_486 {
font-size:85%;
background-color:#1e1e1e;
border-width: 0px 0px 1px 0px; 
border-style: dotted; 
}

footer {
  color: rgba(255, 255, 255, 0.38);
  font-size: 12px;
  padding: 40px 20px;
  text-align: center;
  background: #121212;
}
footer p {
  color: rgba(255, 255, 255, 0.38);
  line-height: 1.25em;
  margin: 0;
  padding: 10px 0;
}
footer a {
  color: #FFF59D;
  border-left: 1px solid rgba(255, 255, 255, 0.38);
}



}
